summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 1 insertions, 10 deletions
diff --git a/tox.ini b/tox.ini
index d9d64fe..e283efb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py35,py36,py37,py38,py39,py310,black,pep8py2,pep8py3,doc
+envlist = py36,py37,py38,py39,py310,black,pep8py3,doc
skip_missing_interpreters = true
[testenv]
@@ -23,13 +23,6 @@ commands = black --check --verbose \
{toxinidir}/defusedxml/
deps = black
-[testenv:pep8py2]
-basepython = python2.7
-deps =
- flake8
-commands =
- {envpython} -m flake8
-
[testenv:pep8py3]
basepython = python3
deps =
@@ -56,8 +49,6 @@ max-line-length = 98
[gh-actions]
python =
- 2.7: py27, pep8py2
- 3.5: py35
3.6: py36
3.7: py37
3.8: py38, pep8py3, doc