Skip to content

Commit

Permalink
fixing coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Aug 13, 2017
1 parent 1be0caf commit e8e0298
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,21 @@ sudo: required

language: python

python:
- 3.5

services:
- docker

before_install:
- docker build . -f ./docker/Dockerfile -t milesg/gap-statistic:1.0

install:
- pip install coveralls

script:
docker run --rm -v `pwd`:`pwd` -w `pwd` milesg/gap-statistic:1.0 coverage run --source=gap_statistic setup.py test

after_success:
coveralls
- coverage combine --append
- coveralls

0 comments on commit e8e0298

Please sign in to comment.