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

Use Py3.7

parent acd2b2dc
No related branches found
No related tags found
No related merge requests found
......@@ -256,7 +256,7 @@
Pylint:
script:
- EXTRA_INSTALL="pybind11 numpy mako matplotlib PyOpenGl IPython"
- py_version=3.6
- py_version=3.7
# After installation, PyOpenCL cannot be used from the source directory due
# to package shadowing. To work around this, build in editable mode so there
# is only one copy of everything.
......@@ -264,7 +264,7 @@ Pylint:
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh
- ". ./prepare-and-run-pylint.sh pyopencl test/test_*.py"
tags:
- python3.6
- python3.7
except:
- tags
......
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