We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6c0df0 + 6028281 commit e3aeaa5Copy full SHA for e3aeaa5
.travis_coveragerc renamed to .coveragerc
.travis.yml
@@ -43,7 +43,7 @@ install:
43
- source activate test
44
- conda install --yes --channel=${TESTERS}
45
- if [ ${COVERAGE} = true ]; then conda install scipy --yes; fi
46
- - pip install coveralls
+ - pip install codecov
47
- pip install .
48
49
script:
@@ -53,5 +53,5 @@ after_success:
53
- if [ ${COVERAGE} = true ]; then
54
coverage run --source probscale check_probscale.py;
55
coverage report -m;
56
- coveralls;
+ codecov;
57
fi
0 commit comments