Replace pep8 with pycodestyle in tox.ini
This commit is contained in:
parent
5c1faf3d5e
commit
c72459d3ef
3
tox.ini
3
tox.ini
|
@ -8,9 +8,8 @@ max-line-length = 120
|
||||||
builtins = _,_n,__request__
|
builtins = _,_n,__request__
|
||||||
exclude = .git,.tox,dist,build
|
exclude = .git,.tox,dist,build
|
||||||
|
|
||||||
[pep8]
|
[pycodestyle]
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
ignore = E301,E309
|
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py27, flake8, docs, pylint
|
envlist = py27, flake8, docs, pylint
|
||||||
|
|
Loading…
Reference in New Issue