Skip to content

Commit 6d08a2e

Browse files
committed
Try codecov instead
1 parent bed4a23 commit 6d08a2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ install:
6767
pip install $PRE python-dateutil $NUMPY pyparsing pillow sphinx!=1.3.0;
6868
fi
6969
# Always install from pypi
70-
- pip install $PRE nose pep8 coveralls coverage
70+
- pip install $PRE nose pep8 codecov coverage
7171

7272
# Install mock on python 2. Python 2.6 requires mock 1.0.1
7373
# Since later versions have dropped support
@@ -171,5 +171,5 @@ after_success:
171171
fi
172172
fi
173173
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8-only" ]]; then
174-
coveralls
174+
codecov
175175
fi

0 commit comments

Comments
 (0)