diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2012-12-22 16:51:37 +0100 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2012-12-22 16:51:37 +0100 |
commit | 53ac41fcf43500fdc1c51f671f5ca4c4c28dd201 (patch) | |
tree | f7dfe3064d6332d7730281e78a4c456b9e91ca89 /tox.ini | |
parent | 46be8df9b5142b96d123c56d2ef9455f85e702e5 (diff) | |
download | pep8-53ac41fcf43500fdc1c51f671f5ca4c4c28dd201.tar.gz |
Enable tests on Python 3.3
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |