aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-05-22 16:30:53 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-05-22 16:30:53 -0700
commit376d1ee7844d8ac702d9b68e936e634f1ed3d4a8 (patch)
treefc08c632a72090cc71a1981ce506ac552184c1c7 /.gitlab-ci.yml
parent87f972759cd8f859de4df15f1f13d37181f713dd (diff)
downloadfatcat-376d1ee7844d8ac702d9b68e936e634f1ed3d4a8.tar.gz
fatcat-376d1ee7844d8ac702d9b68e936e634f1ed3d4a8.zip
run flake8 in CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f0d78a9a..c563c487 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,6 +53,7 @@ unified_test:
- pipenv run ./tests/cli.sh
# Just errors
- pipenv run pylint -E fatcat*.py fatcat_tools fatcat_web tests/*.py
+ - pipenv run flake8 tests/ fatcat_web/ fatcat_tools/ *.py --count --select=E9,F63,F7,F82 --show-source --statistics
rust_build_release:
stage: build