From bbb3434b22beac53bc8514683281419bde72c9cf Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 4 Aug 2020 14:13:18 -0700 Subject: tox: call pylint for whole repo In addition to checking the whole repo, this fixes the import-error check. Signed-off-by: Zac Medico --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 7497f4660..d6c8cf3b3 100644 --- a/tox.ini +++ b/tox.ini @@ -11,6 +11,6 @@ deps = setenv = PYTHONPATH={toxinidir}/lib commands = - python -b -Wd setup.py lint + bash -c 'rm -rf build && PYTHONPATH=$PWD/lib:$PWD/repoman/lib pylint *' python -b -Wd setup.py test python -b -Wd repoman/setup.py test -- cgit v1.2.3-18-g5258