diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-10-03 22:38:01 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-10-03 22:38:01 +0000 |
| commit | 89a58c65cae12713ce279113404518fa5b55bea9 (patch) | |
| tree | 0412f8dba30400f89ff045150ad10cc40a2c1b8b /tox.ini | |
| parent | 86d258f6585cc4006276007b02ce1bc1f4234c2c (diff) | |
| parent | 742982af4bb94b73a78c06688732acf1c8127f8a (diff) | |
| download | python-openstackclient-89a58c65cae12713ce279113404518fa5b55bea9.tar.gz | |
Merge "Add functional tests to osc"
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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} |
