Travis: install pyvcd.
This commit is contained in:
parent
474d46ced8
commit
68f8dabb29
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue