summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2020-01-13 14:13:43 +0200
committerHugo <hugovk@users.noreply.github.com>2020-01-13 14:13:43 +0200
commitccbad3f0c35160b08583397bceda86b798e82310 (patch)
tree2f9f33ee8e1016702b244bb7a87efe97bebbe2a2 /tox.ini
parent5f00a4e0045f940dd3857afda3949b8fb271087c (diff)
downloadpython-magic-ccbad3f0c35160b08583397bceda86b798e82310.tar.gz
Retain support for non-EOL Python 3.5
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index b45e21d..d3be02f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,6 +2,7 @@
envlist =
coverage-clean,
py27,
+ py35,
py36,
py37,
py38,