aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-15 16:35:09 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-15 16:35:09 -0800
commit1f0574bb0265fe7e06f5e327a57ce9575cb41d5d (patch)
tree4b88760e1023ffc8c7b30f9fdb55e861f1e8d907 /.gitlab-ci.yml
parentbb28a3fc1cc900f2dde31e1dbc492d9661034f41 (diff)
downloadfatcat-1f0574bb0265fe7e06f5e327a57ce9575cb41d5d.tar.gz
fatcat-1f0574bb0265fe7e06f5e327a57ce9575cb41d5d.zip
at least some pylint
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8d2293fe..aa3c4e35 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,8 +27,8 @@ unified_test:
- cd ../python
- pipenv install --dev --deploy
- pipenv run pytest --cov
- # Still too rigorous
- #- pipenv run pylint --disable bad-continuation,arguments-differ,unidiomatic-typecheck fatcat
+ # Just errors
+ - pipenv run -E fatcat*.py fatcat_tools fatcat_web
rust_build_release:
only: