From 3258312066148423caeddd9a3a4bced052b0d809 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Tue, 24 Apr 2018 18:29:19 -0400 Subject: [PATCH] do not check coverage of test files --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 87ff30f..2e41066 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: script: - ls # - pytest -v # or py.test for Python versions 3.5 and below - - pytest -v --cov-report term --cov-report xml --cov=mass_replace + - pytest -v --cov-report term --cov-report xml --cov=mass_replace tests/ - ls after_success: - coveralls \ No newline at end of file