From 264e9665b0c85e16b02683600d9a734456a60895 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Mon, 18 May 2020 10:06:07 +0200 Subject: [PATCH] Lint tests during tox (#1721) --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 94fa7969d..2c75c7579 100644 --- a/tox.ini +++ b/tox.ini @@ -10,8 +10,8 @@ deps = basepython = python3 ignore_errors = True commands = - flake8 supervisor - pylint --rcfile pylintrc supervisor + flake8 supervisor tests + pylint --rcfile pylintrc supervisor tests [testenv:tests] basepython = python3