diff --git a/tox.ini b/tox.ini index 69fc2229c..4d099bef4 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,6 @@ setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -#commands = nosetests {posargs} commands = python setup.py testr --slowest --testr-args='--concurrency 1 {posargs}' [testenv:py27] @@ -46,7 +45,6 @@ commands = whitelist_externals = bash [testenv:cover] -setenv = NOSE_WITH_COVERAGE=1 commands = python setup.py testr --coverage \ --testr-args='^(?!.*test.*coverage).*$'