Lock pep8 at v1.1
We can't depend on pep8 not to add new rules and break our tests. Change-Id: Iac5c79f7c00fcaeff3ef957d138754d63425a256
This commit is contained in:
parent
d15f216b2d
commit
af634abb1e
@ -5,6 +5,6 @@ nose
|
||||
nose-exclude
|
||||
nosexcover
|
||||
openstack.nose_plugin
|
||||
pep8>=1.0
|
||||
pep8==1.1
|
||||
sphinx>=1.1.2
|
||||
unittest2
|
||||
|
2
tox.ini
2
tox.ini
@ -13,7 +13,7 @@ deps = -r{toxinidir}/tools/pip-requires
|
||||
commands = nosetests
|
||||
|
||||
[testenv:pep8]
|
||||
deps = pep8
|
||||
deps = pep8==1.1
|
||||
commands = pep8 --repeat --show-source novaclient setup.py
|
||||
|
||||
[testenv:venv]
|
||||
|
Loading…
x
Reference in New Issue
Block a user