Skip to content

Commit

Permalink
integrating coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Aug 13, 2017
1 parent 05e1fc0 commit 1be0caf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_install:
- docker build . -f ./docker/Dockerfile -t milesg/gap-statistic:1.0

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

after_success:
coveralls
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN rm miniconda.sh
ENV PATH /anaconda/bin:$PATH
RUN pip install --upgrade pip
RUN pip install pytest coverage
RUN conda install numpy pandas scikit-learn joblib -y
RUN conda install numpy pandas scikit-learn joblib -y

0 comments on commit 1be0caf

Please sign in to comment.