8000
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 bc34497 commit 7f5e5a2Copy full SHA for 7f5e5a2
.travis.yml
@@ -67,7 +67,7 @@ install:
67
pip install $PRE python-dateutil $NUMPY pyparsing pillow sphinx!=1.3.0;
68
fi
69
# Always install from pypi
70
- - pip install $PRE nose pep8 cycler coveralls coverage
+ - pip install $PRE nose pep8 cycler codecov coverage
71
72
# Install mock on python 2. Python 2.6 requires mock 1.0.1
73
# Since later versions have dropped support
@@ -171,5 +171,5 @@ after_success:
171
172
173
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8-only" ]]; then
174
- coveralls
+ codecov
175
0 commit comments