Add `pytest-cov` to travis

This commit is contained in:
Andrei 2019-07-16 22:13:28 +03:00
parent abe96800b5
commit d2dc5f5575
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ python: 3.6
# Install the codecov pip dependency # Install the codecov pip dependency
install: install:
- pip install --upgrade pytest - pip install --upgrade pytest pytest-cov
# Run the unit test # Run the unit test
script: script: