
There were some leftovers from the tox.ini from Ceilometer, which was used in the beginning. Change-Id: I16cef6dd65e449b029590f7da36c4462860dada8
19 lines
309 B
INI
19 lines
309 B
INI
[tox]
|
|
minversion = 1.6
|
|
skipsdist = True
|
|
envlist = pep8
|
|
|
|
[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.5.6,<0.8
|
|
commands =
|
|
flake8
|
|
|
|
|
|
[flake8]
|
|
exclude=.venv,.git,.tox,*egg,build
|
|
show-source = True
|