summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-02-12 15:40:40 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-15 14:34:46 +0100
commit005cf2f317144f6503cfc8d00fbe6a201d0a8b8f (patch)
tree3f3943514f263d85e96e5952ae3f220878462460 /tox.ini
parentfada206eef6349280c45b27e48b62c1c309c89c6 (diff)
downloadpylint-git-005cf2f317144f6503cfc8d00fbe6a201d0a8b8f.tar.gz
Drop support for Python 3.5 to fix typing
* Variable annotation (PEP 526) requires Python 3.6
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 8ed0d016d..c687f7ab2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.4
-envlist = py35, py36, py37, py38, py39, pypy, pylint, benchmark
+envlist = py36, py37, py38, py39, pypy, pylint, benchmark
skip_missing_interpreters = true
[testenv:pylint]
@@ -56,8 +56,7 @@ deps =
https://github.com/PyCQA/astroid/tarball/master#egg=astroid
coverage<5.0
mccabe
- # isort 5 is not compatible with Python 3.5
- py35: isort>=4.2.5,<5
+ isort
pytest
pytest-xdist
pytest-benchmark