diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a09e5d830da839b741a6ba8f0f8ff64641ed5ac2..462cbe6a94c549d1113767d280cfccd3db8df61e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -103,6 +103,16 @@ Python 3 POCL Examples: except: - tags +Pylint: + script: + - export PY_EXE=python3 + - EXTRA_INSTALL="pybind11 numpy mako matplotlib" + - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh + - ". ./prepare-and-run-pylint.sh loopy test/test_*.py" + tags: + - python3 + except: + - tags CentOS binary: script: