summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-09-24 17:33:18 +0300
committerLars Wirzenius <liw@liw.fi>2017-09-24 18:19:34 +0300
commit5e56ceed83a6ebf785dde74481f63c7d71db6119 (patch)
tree908f7bfcdb92da4c434a9fdd528d2601fc33dd6e /check
parente19b65c2cf05cf7f220a197592ac6803d0170762 (diff)
downloadick2-5e56ceed83a6ebf785dde74481f63c7d71db6119.tar.gz
Change: make worker-manager run under Python 3
Doesn't work yet, but it users Python 3 in hashbang.
Diffstat (limited to 'check')
-rwxr-xr-xcheck4
1 files changed, 2 insertions, 2 deletions
diff --git a/check b/check
index d410ba0..1cca3c1 100755
--- a/check
+++ b/check
@@ -45,13 +45,13 @@ then
./is-agpl3+ $sources
fi
-python_sources="ick_controller.py worker-manager ick2"
+python_sources="ick_controller.py worker_manager ick2"
title pycodestyle
pycodestyle ick2 $python_sources
title pylint
-pylint3 --rcfile pylint.conf ick2 $python_sources
+pylint3 --rcfile pylint.conf $python_sources
title Yarns
yarn yarns/*.yarn \