Cyril Roelandt 7266f9e7db tox.ini: clean the pep8 target
There were some leftovers from the tox.ini from Ceilometer, which was used in
the beginning.

Change-Id: I16cef6dd65e449b029590f7da36c4462860dada8
2013-11-28 14:23:20 +01:00

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