Replace pep8 with pycodestyle in tox.ini

This commit is contained in:
Calum Lind 2017-06-07 11:08:50 +01:00
parent 5c1faf3d5e
commit c72459d3ef
1 changed files with 1 additions and 2 deletions

View File

@ -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