Update .travis.yml
This commit is contained in:
parent
a721ab7d6c
commit
a5a98b9b00
@ -12,6 +12,7 @@ before_install:
|
||||
- pip install -U pytest
|
||||
- pip install pytest pytest-cov
|
||||
script:
|
||||
- cd tests
|
||||
- pytest --cov=./
|
||||
after_success:
|
||||
- python -m codecov
|
||||
|
Loading…
Reference in New Issue
Block a user