allow hacking to set dependencies
allow hacking to define flake8, pep8, pyflakes dependencies. see Change-Id: Ie61a97d5ed26bb8cab04df686a4a2d1df9976f1d Change-Id: I183dbc82bfbed0e10b75c1eb8f0f926105e3d319
This commit is contained in:
parent
02cf3eaed2
commit
e1956093d7
5
tox.ini
5
tox.ini
@ -21,10 +21,7 @@ commands = bash -x {toxinidir}/setup-test-env.sh python setup.py testr --slowest
|
||||
|
||||
[testenv:pep8]
|
||||
# Install bounded pep8/pyflakes first, then let flake8 install
|
||||
deps = pep8==1.4.5
|
||||
pyflakes==0.7.2
|
||||
flake8==2.0
|
||||
hacking>=0.8.0,<0.9
|
||||
deps = hacking>=0.8.0,<0.9
|
||||
commands =
|
||||
flake8
|
||||
flake8 --filename=ceilometer-* bin
|
||||
|
Loading…
Reference in New Issue
Block a user