From 301eb4926e35838e8a436408b7f875b0a5f9ce5b Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 15 Mar 2015 11:15:40 -0700 Subject: [PATCH] Passing through command-line options from tox to nosetests. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index daf5e8d0..6ac577bb 100644 --- a/tox.ini +++ b/tox.ini @@ -5,4 +5,4 @@ skipsdist=True [testenv] usedevelop=True deps=-rtest_requirements.txt -commands = nosetests +commands = nosetests []