summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2018-11-01 19:47:16 -0700
committerGitHub <noreply@github.com>2018-11-01 19:47:16 -0700
commitd14f929ef024d62148b317f5e4197349d548e6a2 (patch)
tree7b0c3cdf473614cdbd5c62ba327ebdb11a43a924
parentf2c48839a93964479794d642fba0493504ae17c9 (diff)
parent6cc00db02aebcbb6584a67e40e1a42617e34a6cb (diff)
downloadredis-py-d14f929ef024d62148b317f5e4197349d548e6a2.tar.gz
Merge pull request #915 from jdufresne/tox-py32
Sync tox.ini configuration with supported Python versions
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ac086ed..ab7cb7c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.8
-envlist = {py26,py27,py32,py33,py34,py35,py36}-{plain,hiredis}, pycodestyle
+envlist = {py26,py27,py33,py34,py35,py36}-{plain,hiredis}, pycodestyle
[testenv]
deps =