diff --git a/.travis.yml b/.travis.yml index 235e5d3..949efa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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