From 0ecbdac18520f2cb0b171fa35fa6926266da3c55 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 22 Feb 2019 13:18:28 -0800 Subject: run pylint over python tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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: -- cgit v1.2.3