summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-08-27 14:56:27 +0000
committerGerrit Code Review <review@openstack.org>2015-08-27 14:56:27 +0000
commit0289a61f6271281f7af616faf6fbcf8ca47df0d5 (patch)
treef0a4cc0ee92931230707c0dd589e2dd2e48b02f6 /tox.ini
parentdfdbfe23bd955ecc69f7a79c748fd2ffac503075 (diff)
parentc213ffda17d09a68fdbb619ba6db4b8a101e85a9 (diff)
downloadpython-swiftclient-0289a61f6271281f7af616faf6fbcf8ca47df0d5.tar.gz
Merge "Update from global requirements" into stable/junojuno-eol2.3.2stable/juno
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index efe62af..94a9820 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,6 +25,16 @@ commands = python setup.py testr --coverage
[tox:jenkins]
downloadcache = ~/cache/pip
+[testenv:func]
+setenv = OS_TEST_PATH=tests.functional
+whitelist_externals =
+ coverage
+ rm
+commands =
+ python setup.py testr --coverage --testr-args="--concurrency=1"
+ coverage report -m
+ rm -f .coverage
+
[testenv:docs]
commands=
python setup.py build_sphinx