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 b984558e..1536bf1e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,7 @@ commands = pep8 --exclude=vcsversion.py,*.pyc --repeat --show-source bin keyston
downloadcache = ~/cache/pip
[testenv:cover]
-commands = nosetests --with-coverage --cover-html --cover-erase --cover-package=keystone
+commands = /bin/bash run_tests.sh -N -P --with-xcoverage --cover-erase --cover-package=keystone
[testenv:venv]
commands = {posargs}
@@ -30,7 +30,7 @@ deps = file://{toxinidir}/.cache.bundle
[testenv:jenkinscover]
deps = file://{toxinidir}/.cache.bundle
-commands = bash run_tests.sh -N --coverage --no-pep8
+commands = /bin/bash run_tests.sh -N -P --with-xcover --cover-erase --cover-package=keystone
[testenv:jenkinsvenv]
deps = file://{toxinidir}/.cache.bundle