Skip to content

Commit

Permalink
MAINT install Cython when running on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
superbobry committed Oct 29, 2014
1 parent 4a2ad96 commit 7597706
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion continuous_integration/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ conda update --yes conda

# Configure the conda environment and put it in the path using the
# provided versions
conda create -n testenv --yes python=$PYTHON_VERSION pip nose scikit-learn
conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
scikit-learn cython
source activate testenv

# Build hmmlearn in the install.sh script to collapse the verbose
Expand Down

0 comments on commit 7597706

Please sign in to comment.