Skip to content

Commit

Permalink
Bump Py3 tests to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jun 5, 2016
1 parent 01e3061 commit 26eb068
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Expand Up @@ -25,15 +25,15 @@ Python 2.7 Intel CPU:
except:
- tags
- master
Python 3.4 AMD CPU:
Python 3.5 AMD CPU:
script:
- export PY_EXE=python3.4
- export PY_EXE=python3.5
- export PYOPENCL_TEST=amd:pu
- export EXTRA_INSTALL="numpy mako"
- 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"
tags:
- python3.4
- python3.5
- amd-cl-cpu
except:
- tags
Expand Down

0 comments on commit 26eb068

Please sign in to comment.