From 47f54efb29db6b8b7d128fd163420f8a86a1a5d7 Mon Sep 17 00:00:00 2001
From: Matt Wala <wala1@illinois.edu>
Date: Thu, 16 Feb 2017 19:20:20 -0600
Subject: [PATCH] Add an Apple test, make conda tests run on Linux.

---
 .gitlab-ci.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0c49e57..ec9e960 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
 
-- 
GitLab