summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-04-16 12:14:07 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-04-16 16:29:49 -0700
commit672e1f44c567c9322acd763415952e7813ef6407 (patch)
tree226609a201d4d7fa02929a4dcc97c4ad44d98375 /tox.ini
parenta33c533f7040f5ae4345fc90eafb839372ea99df (diff)
downloadtaskflow-672e1f44c567c9322acd763415952e7813ef6407.tar.gz
Add states generating venv and use pydot2
Make it easier for others to create the states diagrams and use a non-broken pydot fork that is actually being maintained (pydot2). Change-Id: Ia16c53a513159a8f15c5d7c75e22553dc1273b37
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index d87ed9a..85545ca 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,6 +11,7 @@ envlist = cover,
py33,
py34,
pylint,
+ update-states
[testenv]
usedevelop = True
@@ -26,6 +27,12 @@ deps = {[testenv:py27]deps}
commands = python setup.py build_sphinx
doc8 doc/source
+[testenv:update-states]
+basepython = python2.7
+deps = {[testenv:py27]deps}
+ pydot2
+commands = {toxinidir}/tools/update_states.sh
+
[tox:jenkins]
downloadcache = ~/cache/pip