From 8e46a9ba7a144c3ad3bb6c4c408978de3c25313e Mon Sep 17 00:00:00 2001 From: Akash <64683866+akamhy@users.noreply.github.com> Date: Mon, 20 Jul 2020 23:16:33 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a2e5628..5ff663d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ before_install: - python --version - pip install -U pip - pip install -U pytest + - pip install coverage - pip install pytest pytest-cov script: - cd tests