Travis: install pyvcd.
This commit is contained in:
parent
474d46ced8
commit
68f8dabb29
|
@ -3,7 +3,7 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "3.7"
|
- "3.7"
|
||||||
install:
|
install:
|
||||||
- pip install coverage codecov
|
- pip install coverage codecov pyvcd
|
||||||
script:
|
script:
|
||||||
- coverage run -m unittest discover
|
- coverage run -m unittest discover
|
||||||
- codecov
|
- codecov
|
||||||
|
|
Loading…
Reference in a new issue