Only install hacking in pep8

Change-Id: I15dc052f3419b548b5dc373c5edb3658e48d69a1
This commit is contained in:
Julien Danjou 2016-05-09 16:13:47 +02:00
parent 10f28d6bc8
commit c962fedb85
2 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,6 @@
# 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
coverage>=3.6 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD

View File

@ -13,6 +13,7 @@ deps = -r{toxinidir}/requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
deps = hacking<0.11,>=0.10.0
commands = flake8
[testenv:venv]