From 578f0bf9a4ddb09263e7f747e37c3ac78dc8e6e9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 19 Aug 2017 21:46:28 +0300 Subject: Don't run pylint It's not available on jessie and meh. --- check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check b/check index 59a9d44..cb92b89 100755 --- a/check +++ b/check @@ -5,4 +5,4 @@ set -eu python -m CoverageTestRunner --ignore-missing-from=without-tests rm -f .coverage pep8 cliapp -PYTHONPATH=. pylint --rcfile=pylint.conf cliapp *.py test-plugins/*.py +# PYTHONPATH=. pylint --rcfile=pylint.conf cliapp *.py test-plugins/*.py -- cgit v1.2.1