From a5a98b9b0001d6d3dc31d6d22601becb5ee0b4b4 Mon Sep 17 00:00:00 2001 From: Akash <64683866+akamhy@users.noreply.github.com> Date: Mon, 20 Jul 2020 23:11:56 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a5acde8..a2e5628 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ before_install: - pip install -U pytest - pip install pytest pytest-cov script: + - cd tests - pytest --cov=./ after_success: - python -m codecov