aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 57b42412..7f02eaba 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,pypy,py32,py33,docs,pep8
+envlist = py26,py27,pypy,py32,py33,docs,pep8,py3pep8
[testenv]
deps =
@@ -23,5 +23,10 @@ commands =
deps = flake8
commands = flake8 .
+[testenv:py3pep8]
+basepython = python3.3
+deps = flake8
+commands = flake8 .
+
[flake8]
exclude = .tox,*.egg