summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
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 8ee0066..1c09aea 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,6 +19,10 @@ commands = nosetests -v --exe --with-xunit --with-coverage --cover-package glust
[tox:jenkins]
downloadcache = ~/cache/pip
+[testenv:functest]
+changedir = {toxinidir}
+commands = bash tools/functional_tests.sh
+
[testenv:pep8]
deps =
--download-cache={homedir}/.pipcache