summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 1 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 19ab53d..10f9db9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@
[tox]
envlist =
- flake8, mypy, py36, py37, py38, py39, py310
+ flake8, mypy, py37, py38, py39, py310
# Other valid environments are:
# docs
# release
@@ -105,8 +105,6 @@ skip_install = true
# Get GitHub actions to run the correct tox environment
[gh-actions]
python =
- 3.5: py35
- 3.6: py36
3.7: py37
3.8: py38
3.9: py39