Skip to content

Commit

Permalink
Merge branch 'py36-testing' into 'master'
Browse files Browse the repository at this point in the history
Reenable Py3.6 tests

See merge request !13
  • Loading branch information
inducer committed Feb 15, 2017
2 parents f53d1a7 + a21146b commit a94a4d8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -50,6 +50,19 @@ Python 3.5 POCL:
except:
- tags

Python 3.6 POCL:
script:
- export PY_EXE=python3.6
- export PYOPENCL_TEST=portable
- 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.6
- pocl
except:
- tags

Documentation:
script:
- EXTRA_INSTALL="numpy mako"
Expand Down

0 comments on commit a94a4d8

Please sign in to comment.