File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ sudo: false
55env :
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
2727after_success :
28- - coveralls
28+ - codecov
Original file line number Diff line number Diff 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
2930test_script :
3031 - " %CMD_IN_ENV% py.test tests --arraydiff"
32+ - " %CMD_IN_ENV% codecov"
You can’t perform that action at this time.
0 commit comments