Skip to content

Commit

Permalink
added tabix dependencies to travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy McRae committed Aug 23, 2016
1 parent 4ac3101 commit f83226a
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: python
python:
- 3.3
- 2.7
before_install:
- sudo apt-get install tabix
- sudo apt-get install -y tabix
install:
- pip install coveralls
script:
Expand Down

0 comments on commit f83226a

Please sign in to comment.