Skip to content
Snippets Groups Projects
Commit b91a29bf authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Bump Py3 test to 3.5

parent df5d7b29
No related branches found
No related tags found
No related merge requests found
...@@ -24,9 +24,9 @@ Python 2.6 POCL: ...@@ -24,9 +24,9 @@ Python 2.6 POCL:
- pocl - pocl
except: except:
- tags - tags
Python 3.4 AMD CPU: Python 3.5 AMD CPU:
script: script:
- export PY_EXE=python3.4 - export PY_EXE=python3.5
- export PYOPENCL_TEST=amd:pu - export PYOPENCL_TEST=amd:pu
- export EXTRA_INSTALL="numpy mako" - export EXTRA_INSTALL="numpy mako"
- export NO_DOCTESTS=1 - export NO_DOCTESTS=1
...@@ -34,7 +34,7 @@ Python 3.4 AMD CPU: ...@@ -34,7 +34,7 @@ Python 3.4 AMD CPU:
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
- ". ./build-and-test-py-project.sh" - ". ./build-and-test-py-project.sh"
tags: tags:
- python3.4 - python3.5
- amd-cl-cpu - amd-cl-cpu
except: except:
- tags - 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