summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2018-10-28 09:09:31 +0200
committerRoey Prat <roey.prat@redislabs.com>2018-10-28 12:12:54 +0200
commit3d24b463dc44d74dec30cffc4c5a23c566975cea (patch)
treeb8b77acf4b3437082fb3dc827440adbaf69fa329 /tox.ini
parent04784cb2ecb0847198aaf64102e5129868c17da6 (diff)
downloadredis-py-3d24b463dc44d74dec30cffc4c5a23c566975cea.tar.gz
pycodestyle requires python 2.7 or greater
Co-Authored-By: RoeyPrat <roey.prat@redislabs.com>
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 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