summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-02-16 19:54:39 -0800
committerIan Lee <IanLee1521@gmail.com>2016-02-16 19:54:39 -0800
commit44e48c1f71b916615466c628fc6bd056df56804e (patch)
tree14fad7e3a77bde352745a03a39bbcb077a228c06 /tox.ini
parent2c872940709a0f9d6156f29d2a2fd5a1c5a642ab (diff)
downloadpep8-44e48c1f71b916615466c628fc6bd056df56804e.tar.gz
Added missing python envs to tox.ini
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 50a0d00..b3bb37b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py26, py27, py32, py33, py34, pypy, jython
+envlist = py26, py27, py32, py33, py34, py35, pypy, pypy3, jython
[testenv]
commands =