8000 Test coverage thread-safety fix · scikit-learn/scikit-learn@da9c49a · GitHub
[go: up one dir, main page]

Skip to content

Commit da9c49a

Browse files
committed
Test coverage thread-safety fix
1 parent a5783ac commit da9c49a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_tools/travis/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ elif [[ "$DISTRIB" == "scipy-dev-wheels" ]]; then
8282
fi
8383

8484
if [[ "$COVERAGE" == "true" ]]; then
85-
pip install coverage codecov
85+
pip install hg+http://bitbucket.org/ogrisel/coverage.py/@fix-thread-safety#egg=coverage
86+
pip install codecov
8687
fi
8788

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

0 commit comments

Comments
 (0)
0