diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2018-01-25 15:49:31 +0100 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-01-25 15:49:31 +0100 |
commit | 1ce9be884414be2cbaffc8b6d2ac83de86017f8c (patch) | |
tree | cd9374efb8090aa15730281a44a065b8e724f5c9 /tox.ini | |
parent | 72fcb0d8d67b2f76db189519418fed38c0caa623 (diff) | |
download | pylint-git-1ce9be884414be2cbaffc8b6d2ac83de86017f8c.tar.gz |
Stop advertising python 2 support
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, pylint +envlist = py34, py35, py36, pypy, pylint skip_missing_interpreters = true [testenv:pylint] |