Pin flake8 and pep8 version

If falke8 and pep8 version will be allowed to update without control,
it would cause future patchsets to fail CI check when new rules
was added. It is a problem since we do not fix such things in stable
branches.

Closes-Bug: #1428587
Change-Id: I94709d8f310e93b2cee617f3e4a43a64d22916b5
This commit is contained in:
Sebastian Kalinowski 2015-03-05 11:41:43 +01:00
parent 3b57985d4d
commit b38332e674
1 changed files with 3 additions and 1 deletions

View File

@ -17,5 +17,7 @@ commands = nosetests fuel_plugin/testing/tests/unit fuel_plugin/testing/tests/fu
deps = -r{toxinidir}/test-requirements.txt
[testenv:flake8]
deps = flake8
deps =
pep8==1.5.7
flake8==2.3.0
commands = flake8