Update .travis.yml
This commit is contained in:
parent
b21036f8df
commit
a01821f20b
@ -14,7 +14,6 @@ before_install:
|
|||||||
- pip install pytest pytest-cov
|
- pip install pytest pytest-cov
|
||||||
script:
|
script:
|
||||||
- cd tests
|
- cd tests
|
||||||
- pytest --cov=./
|
- pytest --cov=../waybackpy
|
||||||
- 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