summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 9e8f4fc..9a65598 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,8 @@
[tox]
envlist =
+# pypy3 pending release of a fix for
+# https://bitbucket.org/pypy/pypy/issue/1946
+# py26,py27,py33,py34,pypy,pypy3
py26,py27,py33,py34,pypy
[testenv]