summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRoey Prat <roey.prat@redislabs.com>2018-10-03 17:20:51 +0300
committerRoey Prat <roey.prat@redislabs.com>2018-10-28 12:12:53 +0200
commitb5ffff6d151e83688bc6a49051cccd2fd5517407 (patch)
tree80f9a465d6f3bf3175a85c736884f88e6b4bf92c /tox.ini
parent9c90388944478aec4450a4ff4c5db5af77c08f54 (diff)
downloadredis-py-b5ffff6d151e83688bc6a49051cccd2fd5517407.tar.gz
pep8 was renamed to pycodestyle
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index a0945d2..16b7a50 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}, pep8
+envlist = {py26,py27,py32,py33,py34,py35,py36}-{plain,hiredis}, pycodestyle
[testenv]
deps =
@@ -9,9 +9,9 @@ deps =
hiredis: hiredis >= 0.1.3
commands = py.test {posargs}
-[testenv:pep8]
+[testenv:pycodestyle]
basepython = python2.6
-deps = pep8
-commands = pep8
+deps = pycodestyle
+commands = pycodestyle
skipsdist = true
skip_install = true