summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-11-11 13:10:45 -0800
committerAndy McCurdy <andy@andymccurdy.com>2019-12-07 14:36:54 -0800
commit1671ef2fcca68854020d54078bee58224c2f3893 (patch)
tree06d8a62aea0fc5564abe67fc2b324dc42a03a8d2 /tox.ini
parent6d2cbe56ac3c3cf74b6338d90cd7d7e48e62e3e7 (diff)
downloadredis-py-1671ef2fcca68854020d54078bee58224c2f3893.tar.gz
Drop support for end-of-life Python 3.4
Python 3.4 has been EOL since 2019-03-18. Removing from the test matrix helps reduce testing resources. For additional details on unsupported Python versions, see: https://devguide.python.org/devcycle/#end-of-life-branches
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 a4fe50e..77db932 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.4
-envlist = {py27,py34,py35,py36,py37,py38}-{plain,hiredis}, pycodestyle
+envlist = {py27,py35,py36,py37,py38}-{plain,hiredis}, pycodestyle
[testenv]
deps =