From a721ab7d6c3d7321c30e52542b7600e9732f16c3 Mon Sep 17 00:00:00 2001 From: Akash <64683866+akamhy@users.noreply.github.com> Date: Mon, 20 Jul 2020 23:10:06 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 23f1d2d..a5acde8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ before_install: - python --version - pip install -U pip - pip install -U pytest - - pip install codecov + - pip install pytest pytest-cov script: - - python -m pytest + - pytest --cov=./ after_success: - python -m codecov