From 30d82ab5e2205f5b87df16e70a24a190be2535b2 Mon Sep 17 00:00:00 2001 From: Matthew Chan Date: Mon, 17 Sep 2018 09:22:39 -0400 Subject: [PATCH] explicit env in meta.yaml. sigh. --- .travis.yml | 1 - tools/conda.recipe/meta.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dde3965..8a9769f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -137,7 +137,6 @@ script: # Unit tests and dynamic linting # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - if [[ $TRAVIS_TAG ]]; then - export CONDA_PY=${MYCONDAPY//./}; conda build -q tools/conda.recipe; else python setup.py build_ext -i --define CYTHON_TRACE_NOGIL && diff --git a/tools/conda.recipe/meta.yaml b/tools/conda.recipe/meta.yaml index 905adb5..9b0bca6 100644 --- a/tools/conda.recipe/meta.yaml +++ b/tools/conda.recipe/meta.yaml @@ -13,7 +13,7 @@ requirements: - {{ compiler('c') }} - {{ compiler('cxx') }} host: - - python >=3 + - python ={{ MYCONDAPY }} - libint - cython >=0.24.1 - numpy