aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-02-22 13:18:28 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-02-22 13:18:28 -0800
commit0ecbdac18520f2cb0b171fa35fa6926266da3c55 (patch)
tree696f3aca6db5dbcce9fa2ab2744698a94c2a398c /.gitlab-ci.yml
parentfbbd7f2dc2d4a82d3da9327a7297f47103196544 (diff)
downloadfatcat-0ecbdac18520f2cb0b171fa35fa6926266da3c55.tar.gz
fatcat-0ecbdac18520f2cb0b171fa35fa6926266da3c55.zip
run pylint over python tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75edee24..87f3faec 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
+ - pipenv run pylint -E fatcat*.py fatcat_tools fatcat_web tests
rust_build_release:
only: