From 16be03890f7eb478ca329c5f8a1b012027987390 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 23 2018 15:32:37 +0000 Subject: Drop pylint and flake8 from tox, they are part of the test suite Signed-off-by: Pierre-Yves Chibon --- diff --git a/tox.ini b/tox.ini index d7c55a6..936a2df 100644 --- a/tox.ini +++ b/tox.ini @@ -30,22 +30,3 @@ deps = commands = nosetests --with-timer --timer-top-n 10 --timer-ok 500ms --timer-warning 1 --timer-json-file tests-duration.json {posargs} - -[testenv:lint] -basepython = python3 -deps = - flake8 > 3.0 -setenv = - PYTHONPATH={toxinidir} -commands = - python -m flake8 {posargs:pagure} - - -[testenv:pylint] -basepython = python3 -deps = - pylint -setenv = - PYTHONPATH={toxinidir} -commands = - pylint pagure {posargs}