Add `pytest-cov` to travis
This commit is contained in:
parent
abe96800b5
commit
d2dc5f5575
|
@ -9,7 +9,7 @@ python: 3.6
|
|||
|
||||
# Install the codecov pip dependency
|
||||
install:
|
||||
- pip install --upgrade pytest
|
||||
- pip install --upgrade pytest pytest-cov
|
||||
|
||||
# Run the unit test
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue