summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-05-06 07:47:35 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-05-06 07:47:35 -0700
commit5503f0487268127fde31272b8c29329ea2bca15f (patch)
treeaf99c145eaf8bab60b2acd3a1927035866348e09 /tox.ini
parent346464fe9539d0d8d928c0b4212ea73a4f92945e (diff)
downloadisort-feature/drop-python34.tar.gz
Drop Python 3.4 support, as it has reached EOLfeature/drop-python34
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 0b157187..903e9458 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@ envlist =
isort-check,
lint,
mypy,
- py{34,35,36,37,py3}
+ py{35,36,37,py3}
[testenv]
deps =