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:
parent
117ffdfade
commit
188fc1dbe1
1
tox.ini
1
tox.ini
@ -12,6 +12,7 @@ downloadcache = ~/cache/pip
|
|||||||
[testenv:py27]
|
[testenv:py27]
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
|
deps = pep8
|
||||||
commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,*openstack/common*,*lib/python*,*egg libra setup.py
|
commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,*openstack/common*,*lib/python*,*egg libra setup.py
|
||||||
|
|
||||||
[testenv:pyflakes]
|
[testenv:pyflakes]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user