diff options
author | Ian Lee <IanLee1521@gmail.com> | 2016-02-16 19:54:39 -0800 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2016-02-16 19:54:39 -0800 |
commit | 44e48c1f71b916615466c628fc6bd056df56804e (patch) | |
tree | 14fad7e3a77bde352745a03a39bbcb077a228c06 | |
parent | 2c872940709a0f9d6156f29d2a2fd5a1c5a642ab (diff) | |
download | pep8-44e48c1f71b916615466c628fc6bd056df56804e.tar.gz |
Added missing python envs 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, py33, py34, pypy, jython +envlist = py26, py27, py32, py33, py34, py35, pypy, pypy3, jython [testenv] commands = |