summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-19 16:08:46 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-19 16:08:46 +0200
commitbd1d5d27c5bd76c4b159679eb383677ca828fdae (patch)
tree86b8ee40a9720c72222c07319c89fe006f3732c8
parentde583a71bb0675c0b8cc9d6a5856a37db748a36f (diff)
downloadick-bd1d5d27c5bd76c4b159679eb383677ca828fdae.tar.gz
Run pep8
-rwxr-xr-xcheck2
1 files changed, 2 insertions, 0 deletions
diff --git a/check b/check
index 4cc7ec9..3136cbb 100755
--- a/check
+++ b/check
@@ -27,6 +27,8 @@ export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
python -m CoverageTestRunner icklib --ignore-missing-from without-tests
rm .coverage
+pep8 ick icklib/*.py
+
if env | grep '^ICK_UNSTABLE_TEST_TARGET'
then
yarn --env "SSH_AUTH_SOCK=$SSH_AUTH_SOCK" \