From 4d26f428be7a0eadbc456a0cd4cf79ffeac50d7a Mon Sep 17 00:00:00 2001 From: Fran Fitzpatrick Date: Fri, 3 Jun 2016 09:46:05 -0700 Subject: [PATCH] Adds missing posargs (#810) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 13a7b9d..7538965 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,7 @@ commands = {toxinidir}/tools/clean.sh {toxinidir}/falcon whitelist_externals = bash mv commands = {toxinidir}/tools/clean.sh {toxinidir}/falcon - nosetests --with-coverage + nosetests --with-coverage [] bash -c "if [ ! -d .coverage_data ]; then mkdir .coverage_data; fi" mv {toxinidir}/.coverage {toxinidir}/.coverage_data/.coverage.{envname}