aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
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: