Update .travis.yml
This commit is contained in:
parent
b43bacb7ac
commit
b21036f8df
@ -15,5 +15,6 @@ before_install:
|
||||
script:
|
||||
- cd tests
|
||||
- pytest --cov=./
|
||||
- cd ..
|
||||
after_success:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == 3.8 ]]; then python -m codecov; fi
|
||||
|
Loading…
Reference in New Issue
Block a user