Skip to content
Snippets Groups Projects
Commit 47f54efb authored by Matt Wala's avatar Matt Wala
Browse files

Add an Apple test, make conda tests run on Linux.

parent 4a4a5d76
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ Python 2.7 Conda:
- ". ./build-and-test-py-project-within-miniconda.sh"
tags:
- maxima
- linux
except:
- tags
......@@ -39,6 +40,18 @@ Python 3.5 Conda:
- ". ./build-and-test-py-project-within-miniconda.sh"
tags:
- maxima
- linux
except:
- tags
Python 3.5 Apple:
script:
- CONDA_ENVIRONMENT=.test-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:
- maxima
- apple
except:
- 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