From e04a25208112fd851d8fc3d78cd1dcf1ded5caa6 Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Wed, 23 Jan 2019 14:44:26 -0600 Subject: [PATCH] Add Pylint CI job --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 316f5513..5b45716a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -253,6 +253,17 @@ PyPy POCL: reports: junit: test/pytest.xml +Pylint: + script: + - EXTRA_INSTALL="pybind11 numpy mako" + - py_version=3.6 + - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh + - ". ./prepare-and-run-pylint.sh pymbolic test/test_*.py" + tags: + - python3.6 + except: + - tags + Documentation: script: - EXTRA_INSTALL="pybind11 numpy mako" -- GitLab