summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJeff Rouse <jr@its.to>2020-02-25 14:58:41 -0800
committerGitHub <noreply@github.com>2020-02-25 14:58:41 -0800
commitf8a8e9dcbdcf212f05e610957ba6ff55294049f0 (patch)
tree6ebacf8816951dbdb041a0924bf77bf8c06c777a /tox.ini
parent6d3a2188e0ae793a9f45de735a5cf515613dba27 (diff)
parentc25ab0294551510a5efe4371a7cba1c631873c2a (diff)
downloadappdirs-f8a8e9dcbdcf212f05e610957ba6ff55294049f0.tar.gz
Merge pull request #128 from hugovk/rm-3.4
Drop support for EOL Python 3.4
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 524448b..736e201 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py{27,py,34,35,36,37,38,py3}
+envlist = py{27,py,35,36,37,38,py3}
[testenv]
commands = python setup.py test