From 69e61448430f4bdeb54ed83b9ac2a93fd27069fa Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Fri, 13 Oct 2017 00:12:18 +0200 Subject: [PATCH] Don't include cmd script in coverage. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6afa8551b..987f2e44c 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = py27, py35, py36, flake8 [testenv] commands = - {envbindir}/py.test --cov=dosage --cov=dosagelib --tb=short -n4 \ + {envbindir}/py.test --cov=dosagelib --tb=short -n4 \ --cov-report=xml:{toxworkdir}/cov-{envname}.xml --cov-report=term \ --junitxml={toxworkdir}/junit-{envname}.xml {posargs}