Update .travis.yml

This commit is contained in:
Akash 2020-07-22 17:33:59 +05:30 committed by GitHub
parent b21036f8df
commit a01821f20b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,6 @@ before_install:
- pip install pytest pytest-cov
script:
- cd tests
- pytest --cov=./
- cd ..
- pytest --cov=../waybackpy
after_success:
- if [[ $TRAVIS_PYTHON_VERSION == 3.8 ]]; then python -m codecov; fi