Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd28d89

Browse files
committed
Try codecov instead
1 parent e772d7d commit dd28d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ install:
6767
pip install $PRE python-dateutil $NUMPY pyparsing!=2.0.4 pillow sphinx!=1.3.0;
6868
fi
6969
# Always install from pypi
70-
- pip install $PRE pep8 cycler coveralls coverage
70+
- pip install $PRE pep8 cycler codecov coverage
7171
- 'pip install https://github.com/tacaswell/nose/zipball/mnt_py36_compat#egg=nose'
7272

7373
# We manually install humor sans using the package from Ubuntu 14.10. Unfortunatly humor sans is not
@@ -162,5 +162,5 @@ after_success:
162162
fi
163163
fi
164164
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8-only" ]]; then
165-
coveralls
165+
codecov
166166
fi

0 commit comments

Comments
 (0)