Fix bash syntax

This commit is contained in:
Akash 2020-07-20 23:44:23 +05:30 committed by GitHub
parent ddc6620f09
commit 4ad09a419b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,4 +16,4 @@ script:
- cd tests
- pytest --cov=./
after_success:
- if [[ $TRAVIS_PYTHON_VERSION >= 3.8 ]]; then python -m codecov; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.8 ]]; then python -m codecov; fi