summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini11
1 files changed, 10 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9a7b2c6..35f4cab 100644
--- a/tox.ini
+++ b/tox.ini
@@ -36,7 +36,7 @@ commands =
basepython = python3
deps =
{[testenv]deps}
- pydot2
+ pydot3
commands = {toxinidir}/tools/update_states.sh
[testenv:pep8]
@@ -81,8 +81,17 @@ import_exceptions =
ignore-path = doc/*/target,doc/*/build*
[testenv:py27]
+deps =
+ {[testenv]deps}
+ pydot
basepython = python2.7
+[testenv:py35]
+deps =
+ {[testenv]deps}
+ pydot
+basepython = python3.5
+
[testenv:releasenotes]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt