summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2018-10-24 15:29:29 -0700
committerAndy McCurdy <andy@andymccurdy.com>2018-10-24 15:29:29 -0700
commit2a691cb02d36087a939a2ba1f2434b91f555377b (patch)
treebc1f9ccec031bcfcf0c45a33ae70dce9cebef76f
parent12aa0817ec8fa576b5b97a1fcff0aca4af0c85e6 (diff)
downloadredis-py-pr/1040.tar.gz
pycodestyle needs python 2.7 or greater.pr/1040
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 16b7a50..ac086ed 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ deps =
commands = py.test {posargs}
[testenv:pycodestyle]
-basepython = python2.6
+basepython = python3.6
deps = pycodestyle
commands = pycodestyle
skipsdist = true