summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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