From ce0327fd9c8dadd063eb87aaa77d3d74b4bf409f Mon Sep 17 00:00:00 2001 From: Ionel Cristian Maries Date: Sun, 7 Jun 2015 03:43:46 +0300 Subject: Make tests run on tox-2.0. --HG-- branch : ionelmc/correct-path-normalization-on-windows-th-1433618255921 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 69d94a0a..c3f55b6a 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 -- cgit v1.2.1