8000 CI Run make test-doc on scipy-dev-wheels build (#10246) · jwjohnson314/scikit-learn@7c53035 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c53035

Browse files
lesteveJeremiah Johnson
authored andcommitted
CI Run make test-doc on scipy-dev-wheels build (scikit-learn#10246)
1 parent 1739cb8 commit 7c53035

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)
0