aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/tox.ini
diff options
context:
space:
mode:
authorGravatar Dan O'Reilly <oreilldf@gmail.com>2015-08-14 23:09:29 -0400
committerGravatar Dan O'Reilly <oreilldf@gmail.com>2015-08-14 23:09:29 -0400
commit7013a75b90c8845280c209214923cb8cdfbc53f1 (patch)
treeee95a57df279e2eb3cfa0298fcc1043d09192ab8 /python/tox.ini
parent2621c8aefbfefd517a3facc6dc0e0dc45ae5eb87 (diff)
Disable py3* in tox
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
Diffstat (limited to 'python/tox.ini')
-rw-r--r--python/tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/tox.ini b/python/tox.ini
index 357e4c1f..d2e84fc4 100644
--- a/python/tox.ini
+++ b/python/tox.ini
@@ -1,6 +1,7 @@
[tox]
envlist =
- py26,py27,py33,py34
+ #py26,py27,py33,py34
+ py26,py27
[testenv]
usedevelop = true