aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-03-04 16:26:50 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-03-04 16:26:54 -0800
commit0795329a5c1eee1ea9e48220921624a81026eebf (patch)
tree94a554b555a43dcff453ea1b4a7df33ddd1f7c85
parent83c622218da463136f06487f6c27730cbdecd322 (diff)
downloadfatcat-0795329a5c1eee1ea9e48220921624a81026eebf.tar.gz
fatcat-0795329a5c1eee1ea9e48220921624a81026eebf.zip
CI pylint wants specific files, I guess
To fix: error while code parsing: Unable to load file tests/__init__.py"
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87f3faec..6cde9663 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,7 @@ unified_test:
- pipenv run pytest --cov
- pipenv run ./tests/cli.sh
# Just errors
- - pipenv run pylint -E fatcat*.py fatcat_tools fatcat_web tests
+ - pipenv run pylint -E fatcat*.py fatcat_tools fatcat_web tests/*.py
rust_build_release:
only: