From 4bb726a3ba0792ddde3ca915079f033527e99e18 Mon Sep 17 00:00:00 2001 From: Matt Wala Date: Sun, 19 Feb 2017 19:03:36 -0600 Subject: [PATCH] Remove py2.7 conda build, as it doesn't seem to work now since pocl in coda is py3.5+. --- .gitlab-ci.yml | 12 ------------ .test-py2-requirements.txt | 3 --- .test-py2.yml | 16 ---------------- 3 files changed, 31 deletions(-) delete mode 100644 .test-py2-requirements.txt delete mode 100644 .test-py2.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 913eb8d0..675732e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,18 +66,6 @@ Python 3.6 POCL: except: - tags -Python 2.7 Conda: - script: - - export SUMPY_NO_CACHE=1 - - CONDA_ENVIRONMENT=.test-py2.yml - - REQUIREMENTS_TXT=.test-py2-requirements.txt - - 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: - - linux - except: - - tags - Python 3.5 Conda: script: - export SUMPY_NO_CACHE=1 diff --git a/.test-py2-requirements.txt b/.test-py2-requirements.txt deleted file mode 100644 index 01f08662..00000000 --- a/.test-py2-requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -git+https://github.com/inducer/boxtree -git+https://github.com/inducer/pymbolic -git+https://github.com/inducer/loopy diff --git a/.test-py2.yml b/.test-py2.yml deleted file mode 100644 index 1725a66a..00000000 --- a/.test-py2.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: py2 -channels: -- inducer -- symengine/label/dev -- conda-forge -- defaults -dependencies: -- git -- conda-forge::numpy -- conda-forge::sympy -- pocl -- islpy -- pyopencl -- python=2.7 -- python-symengine=0.2.0.53.g83912b7=py35_1 -# things not in here: loopy boxtree pymbolic pyfmmlib -- GitLab