summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-01 18:06:20 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-01 18:06:20 +0300
commit91855c582f631320d00cc1cbaa440dbc4b45f351 (patch)
tree56e971e4edcda941a40f5330f6dc8fc30a714ef3 /check
parent3d1ccc53fefeab2167ce5f65cbc4faa8a4d60a94 (diff)
downloadqvisqve-91855c582f631320d00cc1cbaa440dbc4b45f351.tar.gz
Drop: apifw, slog (they're separate projects now)
Diffstat (limited to 'check')
-rwxr-xr-xcheck5
1 files changed, 2 insertions, 3 deletions
diff --git a/check b/check
index 13d1b1e..592539f 100755
--- a/check
+++ b/check
@@ -19,9 +19,8 @@ set -eu
python3 -m CoverageTestRunner --ignore-missing-from=without-tests
-pep8 apifw slog qvarn
-pylint3 -j0 --rcfile pylint.conf apifw slog qvarn
+pep8 qvarn
+pylint3 -j0 --rcfile pylint.conf qvarn
-yarn apifw.yarn "$@"
yarn yarns/*.yarn \
-s yarns/lib.py --shell python2 --shell-arg '' --cd-datadir "$@"