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 7055e87 commit 6868e7fCopy full SHA for 6868e7f
.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