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 64ee6ce commit 442809aCopy full SHA for 442809a
.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 git+https://github.com/jenshnielsen/nose.git@matplotlibnose'
72
73
# We manually install humor sans using the package from Ubuntu 14.10. Unfortunatly humor sans is not
@@ -164,7 +164,5 @@ after_success:
164
165
166
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8" ]]; then
167
- # account for us running the test out-of-repo and coveralls expects in-repo
168
- # tests
169
- coveralls
+ codecov
170
0 commit comments