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