Skip to content

Commit

Permalink
use binary package versions in travis checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy McRae committed Aug 17, 2017
1 parent 0fefe3b commit 2e7d9c5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: python
python:
- 3.3
- 2.7
- 3.3
- 3.6
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y tabix
install:
- pip install coveralls
- pip install --upgrade pip setuptools wheel
- pip install --only-binary=all pytabix pysam coveralls
script:
- python setup.py test
- python -m coverage run --source=./clinicalfilter setup.py test
Expand Down

0 comments on commit 2e7d9c5

Please sign in to comment.