summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSven-Hendrik Haase <sh@lutzhaase.com>2015-03-30 17:14:38 +0200
committerSven-Hendrik Haase <sh@lutzhaase.com>2015-03-30 17:20:04 +0200
commit4934771b3f0ba69d4882b36389eb3e0b5ab74b43 (patch)
tree58e541a66cddca79b383481a13d347b126f2986d /tox.ini
parentacfbd2bb584487454b5852f1d973a88cb348e36a (diff)
downloadraven-4934771b3f0ba69d4882b36389eb3e0b5ab74b43.tar.gz
Fixes #412 and also enable python 3.4 testing with flask
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f0fa067..41d42e0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py26, py27, py30, py31, py32, py33, pypy
+envlist = py26, py27, py30, py31, py32, py33, py34, pypy
[testenv]
commands =