summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-03-04 11:08:48 +0000
committerIonel Cristian Mărieș <contact@ionelmc.ro>2014-03-05 02:08:58 +0200
commiteb2d9fd1437bfa136fe32bef8c3be69c035edbaa (patch)
tree28d594f3bb2d4a8df96e3c1d81230463d521f60a /tox.ini
parente9856e99bb169dd135fec8fbcef22ce73b17ab78 (diff)
Adjust tests to support Python 3.4.
The fix for http://bugs.python.org/issue13831 broke our tests. Monkey-patch it out so that we can still see the original problem.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 080bc13..81b6a64 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist =
py3,
py3.2,
py3.3,
+ py3.4,
pypy
[testenv]
@@ -41,6 +42,10 @@ deps =
basepython = python3.3
deps =
{[base]deps}
+[testenv:py3.4]
+basepython = python3.4
+deps =
+ {[base]deps}
[testenv:pypy]
basepython = pypy
deps =