summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy <andy@whiskeymedia.com>2013-05-06 00:01:16 -0700
committerandy <andy@whiskeymedia.com>2013-05-06 00:01:16 -0700
commitecef9adee36644002b4d0dd4e7c5ccae0ef4196a (patch)
treec95c7bdd4fcece0399fb2d792a89a70d2bc5f0d9
parent52027f69b6916532f83b56a9450a534d63f34cda (diff)
downloadredis-py-ecef9adee36644002b4d0dd4e7c5ccae0ef4196a.tar.gz
make tox run newest pep8
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0663414..9c68d76 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,5 +5,5 @@ envlist = py25, py26, py27, py32, py33, pep8
commands = python setup.py test
[testenv:pep8]
-deps = pep8==1.3.3
+deps = pep8
commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,build,*.egg .