summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 10 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index b9213ba..b702b3a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,pep8
+envlist = py26,py27,py36,pep8
minversion = 1.6
[testenv]
@@ -14,7 +14,15 @@ deps =
commands = nosetests -v {posargs:test/unit}
[testenv:functest]
-commands = ./.functests {posargs}
+commands = nosetests -s -v {posargs:test/functional}
+
+[testenv:functest27]
+basepython = python2.7
+commands = nosetests -s -v {posargs:test/functional}
+
+[testenv:functest36]
+basepython = python3.6
+commands = nosetests -s -v {posargs:test/functional}
[testenv:pep8]
commands =