Merge "Only install hacking in pep8"

This commit is contained in:
Jenkins
2016-06-02 08:24:47 +00:00
committed by Gerrit Code Review
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 # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
hacking<0.12,>=0.11.0
coverage>=3.6 coverage>=3.6
discover discover
python-subunit>=0.0.18 python-subunit>=0.0.18

View File

@@ -16,6 +16,7 @@ deps = -r{toxinidir}/requirements.txt
commands = pifpaf run aodh --gnocchi-create-legacy-resource-types -- python setup.py test --slowest --testr-args='{posargs}' commands = pifpaf run aodh --gnocchi-create-legacy-resource-types -- python setup.py test --slowest --testr-args='{posargs}'
[testenv:pep8] [testenv:pep8]
deps = hacking<0.12,>=0.11.0
commands = flake8 commands = flake8
[testenv:venv] [testenv:venv]