Skip to content
Snippets Groups Projects
Commit e04a2520 authored by Matt Wala's avatar Matt Wala
Browse files

Add Pylint CI job

parent 0faf48a1
No related branches found
No related tags found
No related merge requests found
...@@ -253,6 +253,17 @@ PyPy POCL: ...@@ -253,6 +253,17 @@ PyPy POCL:
reports: reports:
junit: test/pytest.xml 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: Documentation:
script: script:
- EXTRA_INSTALL="pybind11 numpy mako" - EXTRA_INSTALL="pybind11 numpy mako"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment