summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-12-22 16:51:37 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-12-22 16:51:37 +0100
commit53ac41fcf43500fdc1c51f671f5ca4c4c28dd201 (patch)
treef7dfe3064d6332d7730281e78a4c456b9e91ca89 /tox.ini
parent46be8df9b5142b96d123c56d2ef9455f85e702e5 (diff)
downloadpep8-53ac41fcf43500fdc1c51f671f5ca4c4c28dd201.tar.gz
Enable tests on Python 3.3
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 1a67bf2..e77f27d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py26, py27, py32, pypy, jython
+envlist = py26, py27, py32, py33, pypy, jython
[testenv]
commands =