We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd26ff7 commit 6482b7dCopy full SHA for 6482b7d
1 file changed
.travis.yml
@@ -111,7 +111,7 @@ install:
111
# Install extra package needed to make things work. Most things can be listed as
112
# dependencies on meta.yaml and setup.py, unless setup.py already imports them.
113
# Install conda tools for packaging and uploading
114
-- conda install -q python=${MYCONDAPY} anaconda-client numpy setuptools
+- conda install -q python=${MYCONDAPY} anaconda-client numpy setuptools cython
115
- export CONDA_PY=${MYCONDAPY//./}
116
- if ! [[ $TRAVIS_TAG ]]; then
117
conda install -q ${CONDA_DEPENDENCIES};
0 commit comments