Skip to content

Commit

Permalink
biopython dependency.. tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
gp0 committed Mar 21, 2015
1 parent 8da6e78 commit 130a0bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ julia:
- release
- nightly
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-biopython
- 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 130a0bf

Please sign in to comment.