Travis: install pyvcd.
authorwhitequark <cz@m-labs.hk>
Fri, 14 Dec 2018 14:47:03 +0000 (14:47 +0000)
committerwhitequark <cz@m-labs.hk>
Fri, 14 Dec 2018 14:47:03 +0000 (14:47 +0000)
.travis.yml

index 2afbcf22c5d92676808f04fc417aa003d5444ad3..15f1c4228eda166a1c6daa096462750369832cc2 100644 (file)
@@ -3,7 +3,7 @@ language: python
 python:
   - "3.7"
 install:
-  - pip install coverage codecov
+  - pip install coverage codecov pyvcd
 script:
   - coverage run -m unittest discover
   - codecov