Skip to content

Commit e3aeaa5

Browse files
authored
Merge pull request #38 from phobson/switch-to-codecov
switch to codecov.io for test coverage analysis
2 parents f6c0df0 + 6028281 commit e3aeaa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install:
4343
- source activate test
4444
- conda install --yes --channel=${TESTERS}
4545
- if [ ${COVERAGE} = true ]; then conda install scipy --yes; fi
46-
- pip install coveralls
46+
- pip install codecov
4747
- pip install .
4848

4949
script:
@@ -53,5 +53,5 @@ after_success:
5353
- if [ ${COVERAGE} = true ]; then
5454
coverage run --source probscale check_probscale.py;
5555
coverage report -m;
56-
coveralls;
56+
codecov;
5757
fi

0 commit comments

Comments
 (0)