Skip to content

Commit 8e1563f

Browse files
committed
Use codecov instead of coveralls
1 parent 6c8bec9 commit 8e1563f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sudo: false
55
env:
66
global:
77
- CONDA_DEPENDENCIES="pytest pytest-cov numpy astropy"
8-
- PIP_DEPENDENCIES="coveralls"
8+
- PIP_DEPENDENCIES="codecov"
99
matrix:
1010
- PYTHON_VERSION=2.7
1111
- PYTHON_VERSION=3.5
@@ -25,4 +25,4 @@ script:
2525
- python setup.py check --restructuredtext
2626

2727
after_success:
28-
- coveralls
28+
- codecov

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ environment:
88
# of 32 bit and 64 bit builds are needed, move this
99
# to the matrix section.
1010
CONDA_DEPENDENCIES: "pytest numpy astropy"
11+
PIP_DEPENDENCIES: "codecov"
1112

1213
matrix:
1314
- PYTHON_VERSION: "2.7"
@@ -28,3 +29,4 @@ build: false
2829

2930
test_script:
3031
- "%CMD_IN_ENV% py.test tests --arraydiff"
32+
- "%CMD_IN_ENV% codecov"

0 commit comments

Comments
 (0)