diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-16 19:26:26 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-16 19:26:26 -0700 |
commit | e73f763eebadc268062e3d1a9cbc1cb91082f569 (patch) | |
tree | 915f974806cb5b0b5f8291a1fbe0aebc52189e07 | |
parent | a37f25df43e77b51ff3299e7a13ff35126362740 (diff) | |
download | fatcat-e73f763eebadc268062e3d1a9cbc1cb91082f569.tar.gz fatcat-e73f763eebadc268062e3d1a9cbc1cb91082f569.zip |
more CI tweaks
-rw-r--r-- | .gitlab-ci.yml | 7 | ||||
-rw-r--r-- | python/.coveragerc (renamed from .coveragerc) | 0 | ||||
-rw-r--r-- | python/.pylintrc (renamed from .pylintrc) | 0 |
3 files changed, 4 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02f1b781..8058503f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,8 +17,8 @@ rust_build: - cargo build --release artifacts: paths: - - rust/target/release - - rust/target/doc + - rust/target/release/fatcat* + - rust/target/doc/fatcat* expire_in: 1 month python_unittest_and_lint: @@ -32,4 +32,5 @@ python_unittest_and_lint: - cd python - pipenv install --dev --deploy - pipenv run pytest --cov - - pipenv run pylint --disable bad-continuation,arguments-differ,unidiomatic-typecheck fatcat + # Still too rigorous + #- pipenv run pylint --disable bad-continuation,arguments-differ,unidiomatic-typecheck fatcat diff --git a/.coveragerc b/python/.coveragerc index 6235f57d..6235f57d 100644 --- a/.coveragerc +++ b/python/.coveragerc diff --git a/.pylintrc b/python/.pylintrc index 2a7b9797..2a7b9797 100644 --- a/.pylintrc +++ b/python/.pylintrc |