From 3230c9388729ae784c05575a2021c9d0995faa13 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 25 Oct 2017 13:23:18 -0300 Subject: [ci] pep8 got renamed to pycodestyle see: https://github.com/PyCQA/pycodestyle/issues/466 --- setup.cfg | 2 +- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5346f1fe..eab50ae6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [aliases] test = trial -[pep8] +[pycodestyle] exclude = versioneer.py,_version.py,*.egg,build,docs,scripts,ddocs.py,.tox ignore = F812,E731 diff --git a/tox.ini b/tox.ini index 19004f97..041f5de2 100644 --- a/tox.ini +++ b/tox.ini @@ -61,10 +61,10 @@ install_command = pip3 install {opts} {packages} [testenv:code-check] deps = - pep8 + pycodestyle flake8 commands = - pep8 + pycodestyle flake8 [testenv:e2e] -- cgit v1.2.3