summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2016-05-03 00:17:24 +0200
committerJulien Danjou <julien@danjou.info>2016-05-03 00:17:24 +0200
commit72cc3185b0d58c1a2946e59eb157c5f7a3677455 (patch)
treef0ae94faf9fccbdfb672ef166060c896a5326f6e /tox.ini
parent848dcce1750124cc45f67b261d49344cd29cb632 (diff)
downloadceilometer-72cc3185b0d58c1a2946e59eb157c5f7a3677455.tar.gz
tox: only install hacking in pep8 target
Change-Id: Ie8605df90652d04483e8184cd3bc1dabd24ceb63
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 2f58d6ba..b8439703 100644
--- a/tox.ini
+++ b/tox.ini
@@ -75,6 +75,7 @@ commands =
python setup.py testr --slowest --coverage --testr-args="{posargs}"
[testenv:pep8]
+deps = hacking<0.11,>=0.10.0
commands =
flake8
# Check that .po and .pot files are valid: