Lock pep8 at v1.1
Update offending files to pass pep8 v1.1 and lock our deps on this new version. Change-Id: I5380f213f8e2f62d75f513c8b4496f78fc692dad
This commit is contained in:
parent
9d3fd0598f
commit
a7b8e62556
@ -10,6 +10,6 @@ nose
|
|||||||
nose-exclude
|
nose-exclude
|
||||||
nosexcover
|
nosexcover
|
||||||
openstack.nose_plugin
|
openstack.nose_plugin
|
||||||
pep8==0.6.1
|
pep8==1.1
|
||||||
sphinx>=1.1.2
|
sphinx>=1.1.2
|
||||||
requests
|
requests
|
||||||
|
2
tox.ini
2
tox.ini
@ -8,7 +8,7 @@ deps = -r{toxinidir}/tools/pip-requires
|
|||||||
commands = {toxinidir}/run_tests.sh -N
|
commands = {toxinidir}/run_tests.sh -N
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
deps = pep8==0.6.1
|
deps = pep8==1.1
|
||||||
commands = pep8 --repeat --show-source bin glance setup.py
|
commands = pep8 --repeat --show-source bin glance setup.py
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
|
Loading…
Reference in New Issue
Block a user