Pin pep8 to v1.3.3.
Change-Id: I112a70be6e92854111001b10e1b4cca4ad43bda8
This commit is contained in:
parent
b15099c78f
commit
d973a35589
@ -7,7 +7,7 @@ nose
|
||||
nosehtmloutput
|
||||
nosexcover
|
||||
openstack.nose_plugin
|
||||
pep8
|
||||
pep8==1.3.3
|
||||
sphinx>=1.1.2
|
||||
unittest2
|
||||
webtest==1.3.3
|
||||
|
2
tox.ini
2
tox.ini
@ -19,7 +19,7 @@ sitepackages = True
|
||||
downloadcache = ~/cache/pip
|
||||
|
||||
[testenv:pep8]
|
||||
deps = pep8
|
||||
deps = pep8==1.3.3
|
||||
setuptools_git>=0.4
|
||||
commands = pep8 --repeat --show-source --ignore=E125 --exclude=.venv,.tox,dist,doc,openstack,*egg .
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user