summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-03 22:38:01 +0000
committerGerrit Code Review <review@openstack.org>2014-10-03 22:38:01 +0000
commit89a58c65cae12713ce279113404518fa5b55bea9 (patch)
tree0412f8dba30400f89ff045150ad10cc40a2c1b8b /tox.ini
parent86d258f6585cc4006276007b02ce1bc1f4234c2c (diff)
parent742982af4bb94b73a78c06688732acf1c8127f8a (diff)
downloadpython-openstackclient-89a58c65cae12713ce279113404518fa5b55bea9.tar.gz
Merge "Add functional tests to osc"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 2c3fb690..cac6f116 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,10 +11,14 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --testr-args='{posargs}'
+whitelist_externals = bash
[testenv:pep8]
commands = flake8
+[testenv:functional]
+commands = bash -x {toxinidir}/functional/harpoon.sh
+
[testenv:venv]
commands = {posargs}