Skip to content

Commit 6482b7d

Browse files
author
Matthew Chan
committed
added cython to deps
1 parent fd26ff7 commit 6482b7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ install:
111111
# Install extra package needed to make things work. Most things can be listed as
112112
# dependencies on meta.yaml and setup.py, unless setup.py already imports them.
113113
# Install conda tools for packaging and uploading
114-
- conda install -q python=${MYCONDAPY} anaconda-client numpy setuptools
114+
- conda install -q python=${MYCONDAPY} anaconda-client numpy setuptools cython
115115
- export CONDA_PY=${MYCONDAPY//./}
116116
- if ! [[ $TRAVIS_TAG ]]; then
117117
conda install -q ${CONDA_DEPENDENCIES};

0 commit comments

Comments
 (0)