Update .travis.yml

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

View File

@ -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