diff --git a/tox.ini b/tox.ini index 9d01d1450dd3..5cfaa87b4412 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,6 @@ commands = nosetests {posargs} downloadcache = ~/cache/pip [testenv:pep8] -deps = pep8==1.1 commands = python tools/hacking.py --ignore=N4 --repeat --show-source --exclude=.venv,.tox,dist,doc,openstack,*egg . [testenv:cover]