diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 316f551390c5bfe638a8380376f6d71eb6dd9ab1..5b45716a81b6c6a6c2e11c418f1edd534c8f7599 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"