Use all deps for tools/hacking.py tests in tox

tools/hacking needs pip modules to accuratly run nova_import_module_only

Change-Id: I19eb624cc32a15438666e5710394a77d13b50763
This commit is contained in:
Joe Gordon 2012-07-09 16:56:47 -07:00
parent f4a778f31f
commit 9b66e81d2b
1 changed files with 0 additions and 1 deletions

View File

@ -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]