Fix bash syntax
This commit is contained in:
parent
ddc6620f09
commit
4ad09a419b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user