added missing args from tox config

This commit is contained in:
jfwood 2013-03-01 20:14:53 -08:00
parent 03ee3fa4c5
commit fb13f06fb3
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ deps = -r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires
[testenv:py27]
commands = nosetests {posargs:--with-xcoverage --with-xunit --cover-package=barbican}
commands = nosetests {posargs:--with-xcoverage --all-modules --cover-inclusive --traverse-namespace --with-xunit --cover-package=barbican}