summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index ca730bf..e9745a7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,12 +28,6 @@ commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
basepython = python3.4
commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
-[testenv:functional]
-passenv = OS_*
-setenv =
- DISCOVER_DIRECTORY=saharaclient/tests/functional/
-commands = ostestr {posargs}
-
[testenv:cover]
commands = python setup.py test --coverage --testr-args='{posargs}'