diff --git a/.travis.yml b/.travis.yml index fe8fdfc..ad5ef5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,5 +15,6 @@ before_install: script: - cd tests - pytest --cov=./ + - cd .. after_success: - if [[ $TRAVIS_PYTHON_VERSION == 3.8 ]]; then python -m codecov; fi