Skip to content

Commit de5903a

Browse files
committed
MNT: Drop coveralls - redundant with codecov and poorly configured
1 parent ad0b13f commit de5903a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ script:
154154
after_success:
155155
- |
156156
if [ "${CHECK_TYPE}" == "test" ]; then
157-
travis_retry pip install coveralls codecov
158-
coveralls
157+
travis_retry pip install codecov
159158
codecov
160159
fi
161160

0 commit comments

Comments
 (0)