10000 Go to TMP_DIR to use existing .coverage file · scikit-learn/scikit-learn@05b98b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 05b98b7

Browse files
committed
Go to TMP_DIR to use existing .coverage file
1 parent 613ebf5 commit 05b98b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build_tools/travis/test_script.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,8 @@ if [[ "$CHECK_PYTEST_SOFT_DEPENDENCY" == "true" ]]; then
6868
else
6969
CMD="python"
7070
fi
71+
# .coverage from running the tests is in TMP_DIR
72+
cd $TMP_DIR
7173
$CMD sklearn/utils/tests/test_estimator_checks.py
74+
cd $OLDPWD
7275
fi

0 commit comments

Comments
 (0)
0