Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e772d7d commit dd28d89Copy full SHA for dd28d89
.travis.yml
@@ -67,7 +67,7 @@ install:
67
pip install $PRE python-dateutil $NUMPY pyparsing!=2.0.4 pillow sphinx!=1.3.0;
68
fi
69
# Always install from pypi
70
- - pip install $PRE pep8 cycler coveralls coverage
+ - pip install $PRE pep8 cycler codecov coverage
71
- 'pip install https://github.com/tacaswell/nose/zipball/mnt_py36_compat#egg=nose'
72
73
# We manually install humor sans using the package from Ubuntu 14.10. Unfortunatly humor sans is not
@@ -162,5 +162,5 @@ after_success:
162
163
164
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8-only" ]]; then
165
- coveralls
+ codecov
166
0 commit comments