aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/tox.ini
diff options
context:
space:
mode:
authorGravatar Dan O'Reilly <oreilldf@gmail.com>2015-08-22 13:02:24 -0400
committerGravatar Dan O'Reilly <oreilldf@gmail.com>2015-08-22 13:07:12 -0400
commit38eef02aab2cf52bce537ef43870387ba30381c8 (patch)
tree698c12a755aa8e29255444552061b028b313af72 /python/tox.ini
parentfc80874adf84b4061d6540eff32b4be05541a973 (diff)
Fix metaclass issue on Python 3. Get text handling tests passing on Python 3.
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
Diffstat (limited to 'python/tox.ini')
-rw-r--r--python/tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/tox.ini b/python/tox.ini
index 9a934d0a..d0100758 100644
--- a/python/tox.ini
+++ b/python/tox.ini
@@ -1,9 +1,9 @@
[tox]
envlist =
- # Py3 tests currently fail because of text handling issues,
- # So only test py26/py27 for now.
+ # cpp implementation on py34 is currently broken due to
+ # changes introduced by http://bugs.python.org/issue22079.
#py{26,27,33,34}-{cpp,python}
- py{26,27}-{cpp,python}
+ py{26,27,33}-{cpp,python}, py34-{python}
[testenv]
usedevelop=true