From dc4698fd2de6310db746bd2bc93d856007fe3854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Jaworski?= Date: Wed, 12 Nov 2014 15:52:58 +0100 Subject: [PATCH] coverage: use develop on coverage report to fix source paths --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index d2d5e28..664cf46 100644 --- a/tox.ini +++ b/tox.ini @@ -22,5 +22,6 @@ show-source = True deps = pytest-cov coveralls {[testenv]deps} +usedevelop=True commands = py.test --cov ianitor {posargs} coveralls