Skip to content

Commit

Permalink
Remove unneeded deps from travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
camillescott committed Mar 7, 2018
1 parent 2d1ed8c commit 6879b02
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 @@ -19,7 +19,7 @@ install:
- conda config --add channels bioconda
- conda create -q -y -n test numpy pandas numexpr khmer sphinx sphinx_rtd_theme nose doit matplotlib python=3
- source activate test
- conda install -y infernal blast crb-blast hmmer transdecoder last busco=3.0.2 parallel
- conda install -y infernal hmmer transdecoder last busco=3.0.2 parallel
- pip install shmlast ficus --no-deps
- pip install codecov nose-capturestderr
- make install
Expand Down

0 comments on commit 6879b02

Please sign in to comment.