Travis: install pyvcd.

This commit is contained in:
whitequark 2018-12-14 14:47:03 +00:00
parent 474d46ced8
commit 68f8dabb29

View 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