From aa5f7a69b0af7242d3505752daac816240247c64 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 30 Oct 2018 05:01:35 +0800 Subject: Simplify build matrix (#4543) * simplify pep8 * remove buster/sid 2.7 jobs --- tox.ini | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index ea5995e9..7e6b56ca 100644 --- a/tox.ini +++ b/tox.ini @@ -56,12 +56,6 @@ commands = sphinx-build -W -b linkcheck docs docs/_build/html [testenv:pep8] -extras = - pep8test -commands = - flake8 . - -[testenv:py3pep8] basepython = python3 extras = pep8test -- cgit v1.2.3