From d2dc5f5575cf7031a7df0184d814942908865d86 Mon Sep 17 00:00:00 2001 From: Andrei Date: Tue, 16 Jul 2019 22:13:28 +0300 Subject: [PATCH] Add `pytest-cov` to travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 71b5a80..5f8dc96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ python: 3.6 # Install the codecov pip dependency install: - - pip install --upgrade pytest + - pip install --upgrade pytest pytest-cov # Run the unit test script: