diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-02-22 13:18:28 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-02-22 13:18:28 -0800 |
commit | 0ecbdac18520f2cb0b171fa35fa6926266da3c55 (patch) | |
tree | 696f3aca6db5dbcce9fa2ab2744698a94c2a398c | |
parent | fbbd7f2dc2d4a82d3da9327a7297f47103196544 (diff) | |
download | fatcat-0ecbdac18520f2cb0b171fa35fa6926266da3c55.tar.gz fatcat-0ecbdac18520f2cb0b171fa35fa6926266da3c55.zip |
run pylint over python tests
-rw-r--r-- | .gitlab-ci.yml | 2 |
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: |