Only report coverage if python 3.8 or greater
This commit is contained in:
parent
4066a65678
commit
ddc6620f09
@ -16,4 +16,4 @@ script:
|
||||
- cd tests
|
||||
- pytest --cov=./
|
||||
after_success:
|
||||
- python -m codecov
|
||||
- if [[ $TRAVIS_PYTHON_VERSION >= 3.8 ]]; then python -m codecov; fi
|
||||
|
Loading…
Reference in New Issue
Block a user