From fba8949e2f5c8d08724a90a167ef918ae95ed367 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 3 Apr 2014 20:25:04 -0700 Subject: [PATCH] tox: pass args through to nosetests This way, you get parallel testing by passing --processes=N. You can get even more parallelism using detox: $ detox -- --processes=4 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3aef31627..cb0c87e19 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ deps = flask responses commands = - nosetests + nosetests {posargs} [testenv:py26] deps =