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

Disable doctests on Py3 (ordering and other minutiae are too non-deterministic)

parent caefa9b2
No related branches found
No related tags found
No related merge requests found
Python 2.7 AMD CPU: Python 2.7 AMD CPU:
script: script:
- py_version=2.7 - export PY_EXE=python2.7
- export PYOPENCL_TEST=amd:pu - export PYOPENCL_TEST=amd:pu
- EXTRA_INSTALL="numpy mako" - export EXTRA_INSTALL="numpy mako"
- 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:
...@@ -12,9 +12,10 @@ Python 2.7 AMD CPU: ...@@ -12,9 +12,10 @@ Python 2.7 AMD CPU:
- tags - tags
Python 3.4 AMD CPU: Python 3.4 AMD CPU:
script: script:
- py_version=3.4 - export PY_EXE=python3.4
- export PYOPENCL_TEST=amd:pu - export PYOPENCL_TEST=amd:pu
- EXTRA_INSTALL="numpy mako" - export EXTRA_INSTALL="numpy mako"
- export NO_DOCTESTS=1
- 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:
......
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