From c03a8bb6b878560fffbd9192d1ccb4c22e563750 Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Tue, 18 Apr 2017 00:16:54 -0500 Subject: [PATCH] Gitlab CI: Use maxima installed from Conda (closes #4 on gitlab). --- .gitlab-ci.yml | 3 --- .test-py2.yml | 1 + .test-py3.yml | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec9e960..5c14a54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,6 @@ Python 2.7 Conda: - 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 - linux except: - tags @@ -39,7 +38,6 @@ Python 3.5 Conda: - 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 - linux except: - tags @@ -50,7 +48,6 @@ Python 3.5 Apple: - 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 diff --git a/.test-py2.yml b/.test-py2.yml index f21c307..6930208 100644 --- a/.test-py2.yml +++ b/.test-py2.yml @@ -10,3 +10,4 @@ dependencies: - conda-forge::sympy - python=2.7 - symengine/label/dev::python-symengine=0.2.0.53.g83912b7=py27_1 + - maxima diff --git a/.test-py3.yml b/.test-py3.yml index d800328..24910d5 100644 --- a/.test-py3.yml +++ b/.test-py3.yml @@ -9,3 +9,4 @@ dependencies: - conda-forge::sympy - python=3.5 - symengine/label/dev::python-symengine=0.2.0.53.g83912b7=py35_1 + - maxima -- GitLab