Skip to content

Commit

Permalink
Don't install T-COFFEE under TravisCI
Browse files Browse the repository at this point in the history
Recently the TravisCI builds have been stalling during
test_TCoffee_tool.py which suggests a recent update to
T-COFFEE is cause a problem somehow. This change will
allow us to confirm if T-COFFEE is invovled.
  • Loading branch information
peterjc committed Jan 25, 2015
1 parent f9b81d6 commit c9cb5d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,8 @@ before_install:
#Misc command line tools we can call
- "sudo apt-get install clustalw clustalo"
- "sudo apt-get install muscle mafft probcons wise emboss"
- "sudo apt-get install --no-install-recommends t-coffee"
#Suspect an update of t-coffee is causing the test run to stall...
# - "sudo apt-get install --no-install-recommends t-coffee"
- "sudo apt-get install samtools bwa"
#Misc python modules we can use as soft dependencies
- "if [[ $PYPY != 'yes' ]]; then pip install reportlab; fi"
Expand Down

0 comments on commit c9cb5d8

Please sign in to comment.