diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-21 12:01:52 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-21 12:01:52 -0800 |
commit | b02b3c311ca708e1270fbbc7332a4c752061da87 (patch) | |
tree | 81426263d86de82cb262e5f53356b461c6c02c61 | |
parent | c95174f7c9ae887dc7e20b355f6f190eb3d6e731 (diff) | |
download | fatcat-b02b3c311ca708e1270fbbc7332a4c752061da87.tar.gz fatcat-b02b3c311ca708e1270fbbc7332a4c752061da87.zip |
oops, I meant pylint, not pytest
-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 c827f665..0752f568 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ unified_test: - pipenv install --dev --deploy - pipenv run pytest --cov # Just errors - - pipenv run pytest -E fatcat*.py fatcat_tools fatcat_web + - pipenv run pylint -E fatcat*.py fatcat_tools fatcat_web rust_build_release: only: |