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

Add Apple Conda test

parent 12e95045
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
name: test-conda-env-py3
channels:
- inducer
- conda-forge
- defaults
dependencies:
- git
- conda-forge::numpy
- pocl
- osx-pocl-icd
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