diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-05-17 04:31:22 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-05-17 04:31:22 +0000 |
commit | 5bfd14b9ddc7a645742ff5fd47a9d3f064e7d923 (patch) | |
tree | f3d5a4247f6830842cb15f96d1ddc5fe78bd1551 | |
parent | eec289001d83918763daa3cc8be7f492480f2e26 (diff) | |
parent | 5a0dab766e52214ef1ea12eb99acca0b4cf45860 (diff) | |
download | python-ceilometerclient-5bfd14b9ddc7a645742ff5fd47a9d3f064e7d923.tar.gz |
Merge "Only install hacking in pep8"
-rw-r--r-- | test-requirements.txt | 1 | ||||
-rw-r--r-- | tox.ini | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index ab763b9..93d7ad3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,6 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. # Hacking already pins down pep8, pyflakes and flake8 -hacking<0.11,>=0.10.0 coverage>=3.6 # Apache-2.0 discover # BSD fixtures<2.0,>=1.3.1 # Apache-2.0/BSD @@ -13,6 +13,7 @@ commands = python setup.py testr --slowest --testr-args='{posargs}' [testenv:pep8] +deps = hacking<0.11,>=0.10.0 commands = flake8 [testenv:cover] |