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 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') 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