Skip to content

Commit

Permalink
added cython to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Chan committed Sep 16, 2018
1 parent fd26ff7 commit 6482b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ install:
# Install extra package needed to make things work. Most things can be listed as
# dependencies on meta.yaml and setup.py, unless setup.py already imports them.
# Install conda tools for packaging and uploading
- conda install -q python=${MYCONDAPY} anaconda-client numpy setuptools
- conda install -q python=${MYCONDAPY} anaconda-client numpy setuptools cython
- export CONDA_PY=${MYCONDAPY//./}
- if ! [[ $TRAVIS_TAG ]]; then
conda install -q ${CONDA_DEPENDENCIES};
Expand Down

0 comments on commit 6482b7d

Please sign in to comment.