diff options
author | Hugo <hugovk@users.noreply.github.com> | 2017-12-11 10:52:34 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2017-12-11 10:23:12 +0100 |
commit | 2a6629629ad3eb0117fcb9d44bf1034cc6224cf2 (patch) | |
tree | 25c731350d7c43e4760c23fad21748c09ce245cf /tox.ini | |
parent | 72ad81884360a9c792ed4fae32e68806e01067b5 (diff) | |
download | pylint-git-2a6629629ad3eb0117fcb9d44bf1034cc6224cf2.tar.gz |
Jython is no longer supported
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py27, py34, py35, py36, pypy, jython, pylint +envlist = py27, py34, py35, py36, pypy, pylint skip_missing_interpreters = true [testenv:pylint] |