Skip to content

Commit ab984a6

Browse files
lestevejnothman
authored andcommitted
CI Run make test-doc on scipy-dev-wheels build (scikit-learn#10246)
1 parent 7182a43 commit ab984a6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

build_tools/travis/test_script.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,7 @@ run_tests() {
4343
# Going back to git checkout folder needed to test documentation
4444
cd $OLDPWD
4545

46-
# Do not run doctests in scipy-dev-wheels build for now
47-
# (broken by numpy 1.14.dev array repr/str formatting
48-
# change even with np.set_printoptions(sign='legacy')).
49-
# See https://github.com/numpy/numpy/issues/9804 for more details
50-
if [[ "$DISTRIB" != "scipy-dev-wheels" ]]; then
51-
make test-doc
52-
fi
46+
make test-doc
5347
}
5448

5549
if [[ "$RUN_FLAKE8" == "true" ]]; then

0 commit comments

Comments
 (0)