From 7960d96c12a3c61ca5b890c96442a75b0d7259cd Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 22 Oct 2012 17:05:14 -0400 Subject: Pass command-line args to the testing tasks --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 13d22ab..6fbb208 100644 --- a/tox.ini +++ b/tox.ini @@ -21,11 +21,11 @@ commands = {envpython} igor.py remove_extension # Test with the PyTracer - {envpython} igor.py test_with_tracer py + {envpython} igor.py test_with_tracer py {posargs} # Build the C extension and test with the CTracer {envpython} setup.py build_ext --inplace - {envpython} igor.py test_with_tracer c + {envpython} igor.py test_with_tracer c {posargs} deps = nose -- cgit v1.2.1