summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonel Cristian Maries <contact@ionelmc.ro>2015-06-07 03:43:46 +0300
committerIonel Cristian Maries <contact@ionelmc.ro>2015-06-07 03:43:46 +0300
commit40f16e661c8ff7e5474ed5ea0dcbcad780295d53 (patch)
tree5ad457f024a7507526b420bffbd53e4f4318e7e5
parentded5523eb70f98ce9f9f47615b871c32c24b61d8 (diff)
downloadpython-coveragepy-40f16e661c8ff7e5474ed5ea0dcbcad780295d53.tar.gz
Make tests run on tox-2.0.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 69d94a0..c3f55b6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,7 +22,7 @@ commands =
# Build the C extension and test with the CTracer
{envpython} setup.py --quiet build_ext --inplace
{envpython} igor.py test_with_tracer c {posargs}
-
+passenv = *
deps =
nose
mock