diff options
author | Daniel Schadt <kingdread@gmx.de> | 2022-07-17 21:15:37 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2022-07-17 21:15:37 +0200 |
commit | cbf234146dfab74cdd1e3d74a2c9513faa85889f (patch) | |
tree | f0af33ada23f28e2ade1dc16efd7770283a5ccc6 | |
parent | 9cc960ef8bfcfe98c855c743ceb36c2f09f7a965 (diff) | |
download | fietsboek-cbf234146dfab74cdd1e3d74a2c9513faa85889f.tar.gz fietsboek-cbf234146dfab74cdd1e3d74a2c9513faa85889f.tar.bz2 fietsboek-cbf234146dfab74cdd1e3d74a2c9513faa85889f.zip |
run pylint-tests in gitlab CI
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 781f772..6ee22fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,3 +26,7 @@ test: lint: script: - tox -e pylint,flake8 + +lint-tests: + script: + - tox -e pylint-tests |