Skip to content

Commit

Permalink
biopython dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gp0 committed Mar 21, 2015
1 parent 2fe7f67 commit 8da6e78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: julia
julia:
- release
- nightly
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-biopython
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("BiomolecularStructures"); Pkg.test("BiomolecularStructures"; coverage=true)'
Expand Down

0 comments on commit 8da6e78

Please sign in to comment.