Move pep8 requirements in their own target

There's no need to depends on all the stack, as hacking is pulling
everything. We also can only install hacking in the pep8 target, as it's
not used per say for tests in tooz.

Change-Id: I69426ab2373ba2f76b098cf9e9eb812c8124748f
This commit is contained in:
Julien Danjou 2016-05-26 14:31:55 +02:00
parent d096a0db87
commit e2683c7b86
2 changed files with 1 additions and 5 deletions

View File

@ -1,11 +1,6 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking<0.11,>=0.10.0
pep8==1.5.7 # MIT
pyflakes==0.8.1 # MIT
flake8<2.6.0,>=2.5.4 # MIT
doc8 # Apache-2.0
mock>=2.0 # BSD
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD

View File

@ -78,6 +78,7 @@ commands = python setup.py build_sphinx
doc8 doc/source
[testenv:pep8]
deps = hacking<0.11,>=0.10.0
commands =
flake8