We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7182a43 commit ab984a6Copy full SHA for ab984a6
build_tools/travis/test_script.sh
@@ -43,13 +43,7 @@ run_tests() {
43
# Going back to git checkout folder needed to test documentation
44
cd $OLDPWD
45
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
+ make test-doc
53
}
54
55
if [[ "$RUN_FLAKE8" == "true" ]]; then
0 commit comments