Fix bash syntax

This commit is contained in:
Akash
2020-07-20 23:44:23 +05:30
committed by GitHub
parent ddc6620f09
commit 4ad09a419b

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