Hi, The project pep8 was renamed.
>From 719b81e467c4da2467ba7f0f7758c10ab3e21a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natal=20Ng=C3=A9tal?= <hobbestig...@erakis.eu> Date: Wed, 24 Oct 2018 11:45:01 +0200 Subject: [PATCH] [Configuration] Fix pep8. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit
The pep8 was renamed pycodestyle. Signed-off-by: Natal Ngétal <hobbestig...@erakis.eu> --- tools/test-requires | 2 +- tox.ini | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/test-requires b/tools/test-requires index 9d59a70c..dd90cb5e 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,6 +1,6 @@ coverage mock nose -pep8 +pycodestyle pylint formencode diff --git a/tox.ini b/tox.ini index cb6df7f7..22b1d81f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,py35,pypy26,pep8 +envlist = py27,py34,py35,pypy26,pycodestyle [testenv] deps = @@ -30,15 +30,15 @@ commands = {[testenv]commands} {[testenv:scenario]commands} -[testenv:pep8] +[testenv:pycodestyle] deps = -U --no-cache-dir - pep8 + pycodestyle commands = - pep8 + pycodestyle -[pep8] +[pycodestyle] exclude = pbr-*,.venv,.tox,.git,doc,dist,tools,vcsversion.py,.pyc,ryu/contrib,dictconfig.py ignore = E113,E116,E402,E711,E731,E501,W503 -- 2.17.2
_______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel