aboutsummaryrefslogtreecommitdiff
path: root/python/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'python/tox.ini')
-rw-r--r--python/tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/tox.ini b/python/tox.ini
index d73d27af..24b709ef 100644
--- a/python/tox.ini
+++ b/python/tox.ini
@@ -1,5 +1,7 @@
[tox]
envlist =
+ # Py3 tests currently fail because of text handling issues,
+ # So only test py26/py27 for now.
#py26,py27,py33,py34
py26,py27