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