8000 Use latest version of coverage · scikit-learn/scikit-learn@f96ab1b · GitHub
[go: up one dir, main page]

Skip to content

Commit f96ab1b

Browse files
committed
Use latest version of coverage
1 parent d5623a0 commit f96ab1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build_tools/travis/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ elif [[ "$DISTRIB" == "scipy-dev" ]]; then
100100
fi
101101

102102
if [[ "$COVERAGE" == "true" ]]; then
103-
pip install hg+http://bitbucket.org/ogrisel/coverage.py/@fix-thread-safety#egg=coverage
104-
pip install codecov
103+
pip install coverage codecov
105104
fi
106105

107106
if [[ "$TEST_DOCSTRINGS" == "true" ]]; then

0 commit comments

Comments
 (0)
0