summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 4 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 4bc6e56..ab4f0b8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -46,15 +46,17 @@ commands = python setup.py testr --coverage --testr-args='^(?!.*test.*coverage).
[testenv:venv]
commands = {posargs}
+# See glance_store/tests/functional/README.rst for information on writing or
+# running functional tests.
[testenv:functional-swift]
sitepackages = True
setenv = OS_TEST_PATH=./glance_store/tests/functional/swift
-commands = python setup.py testr --slowest --testr-args='glance_store.tests.functional.swift'
+commands = ostestr --slowest --testr-args='glance_store.tests.functional.swift'
[testenv:functional-filesystem]
sitepackages = True
setenv = OS_TEST_PATH=./glance_store/tests/functional/filesystem
-commands = python setup.py testr --slowest --testr-args='glance_store.tests.functional.filesystem'
+commands = ostestr --slowest --testr-args='glance_store.tests.functional.filesystem'
[doc8]
ignore-path = .venv,.git,.tox,*glance_store/locale*,*lib/python*,glance_store.egg*,doc/build,*requirements.txt