diff --git a/.travis.yml b/.travis.yml index ad5ef5a..136ec77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ before_install: - pip install pytest pytest-cov script: - cd tests - - pytest --cov=./ - - cd .. + - pytest --cov=../waybackpy after_success: - if [[ $TRAVIS_PYTHON_VERSION == 3.8 ]]; then python -m codecov; fi