Skip to content

Commit f6fe243

Browse files
committed
[ci] upload coverage to codecov.io
1 parent a4202bc commit f6fe243

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
script:
1717
- python setup.py test
18-
- coveralls
18+
- codecov
1919
- python setup.py bdist_wheel
2020
- python setup.py sdist -d ${SDIST_DIR}/ --format=gztar
2121
- twine check ${SDIST_DIR}/*

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pytest >= 3.1
22
pytest-cov
33
numpy
4-
python-coveralls
4+
codecov
55
twine
66
check-manifest

0 commit comments

Comments
 (0)