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