Make pep8 test only require pep8.

Not necessary to install all requirements, just pep8, for the
pep8 test.

Change-Id: I1203510999d07b8851134329f9d2424501caa532
This commit is contained in:
David Shrewsbury 2012-10-30 10:02:12 -04:00
parent 117ffdfade
commit 188fc1dbe1

View File

@ -12,6 +12,7 @@ downloadcache = ~/cache/pip
[testenv:py27]
[testenv:pep8]
deps = pep8
commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,*openstack/common*,*lib/python*,*egg libra setup.py
[testenv:pyflakes]