Skip to content
Snippets Groups Projects

Add Apple Conda test

Merged Andreas Klöckner requested to merge pyopencl-conda-apple into master
2 files
+ 20
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 10
0
@@ -145,6 +145,16 @@ Python 2.7 Apple:
except:
- tags
Python 3.5 Conda Apple:
script:
- CONDA_ENVIRONMENT=.test-conda-env-py3.yml
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
- ". ./build-and-test-py-project-within-miniconda.sh"
tags:
- apple
except:
- tags
PyPy POCL:
script:
- export PY_EXE=pypy
Loading