From a01821f20be8183a655794c450c52707a79181dc Mon Sep 17 00:00:00 2001 From: Akash <64683866+akamhy@users.noreply.github.com> Date: Wed, 22 Jul 2020 17:33:59 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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