summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-06-20 09:47:50 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-06-20 09:49:48 +0200
commit927db96bbd343a61428faa0249fdeec58cfb3ebe (patch)
tree7604004ed6c2dc86c0c937fe28274e2248e8e195 /tox.ini
parenta913613257c9d14245a780695c113400c862cae3 (diff)
downloadpylint-git-927db96bbd343a61428faa0249fdeec58cfb3ebe.tar.gz
Dropped support for Python 3.4
It reached EoL a while ago an our typed_ast dependency also stopped working for 3.4. Ideally just use a more recent Python version, which also helps us as we don't have to maintain support for multiple minor versions at once.
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 26f1e2fb3..5d58ddde2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py34, py35, py36, py37, py38, pypy, pylint
+envlist = py35, py36, py37, py38, pypy, pylint
skip_missing_interpreters = true
[testenv:pylint]