summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index ec562420..344f60ad 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_STDOUT=1
deps = -r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires
-commands = bash run_tests.sh -N --no-pep8
+commands = nosetests {posargs}
[testenv:pep8]
deps = pep8==1.3.3
@@ -21,7 +21,7 @@ commands = pep8 --exclude=vcsversion.py,*.pyc,openstack --repeat --show-source b
downloadcache = ~/cache/pip
[testenv:cover]
-commands = /bin/bash run_tests.sh -N -P --with-xcoverage --cover-erase --cover-package=keystone
+setenv = NOSE_WITH_COVERAGE=1
[testenv:venv]
commands = {posargs}