We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4314364 commit 30d82abCopy full SHA for 30d82ab
.travis.yml
@@ -137,7 +137,6 @@ script:
137
# Unit tests and dynamic linting
138
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
139
- if [[ $TRAVIS_TAG ]]; then
140
- export CONDA_PY=${MYCONDAPY//./};
141
conda build -q tools/conda.recipe;
142
else
143
python setup.py build_ext -i --define CYTHON_TRACE_NOGIL &&
tools/conda.recipe/meta.yaml
@@ -13,7 +13,7 @@ requirements:
13
- {{ compiler('c') }}
14
- {{ compiler('cxx') }}
15
host:
16
- - python >=3
+ - python ={{ MYCONDAPY }}
17
- libint
18
- cython >=0.24.1
19
- numpy
0 commit comments