Skip to content

Commit

Permalink
Cython is now necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Aug 1, 2019
1 parent 35199c3 commit b923f13
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 @@ -14,7 +14,7 @@ before_install:
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda3/bin:$PATH
install:
- conda create --yes -n test-env -c bioconda python=$PYTHON_VERSION biom-format requests pandas click==6.7 nose sqlite joblib nltk msgpack-python
- conda create --yes -n test-env -c bioconda python=$PYTHON_VERSION biom-format requests pandas click==6.7 nose sqlite joblib nltk msgpack-python cython
- source activate test-env
- if [ ${PYTHON_VERSION} = "2.7" ]; then conda install -c biocore --yes scikit-bio==0.4.2; fi
- if [ ${PYTHON_VERSION} = "3.5" ]; then conda install -c conda-forge --yes scikit-bio; fi
Expand Down

0 comments on commit b923f13

Please sign in to comment.