Skip to content

Commit f17747f

Browse files
let doctest fail travis if they fail
1 parent 52559f5 commit f17747f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/build_docs.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ if [ "$?" != "0" ]; then
1616
exit 0
1717
fi
1818

19+
RET=0
1920

2021
if [ "$DOC" ]; then
2122

@@ -68,6 +69,8 @@ if [ "$DOC" ]; then
6869
pandas/core/reshape/reshape.py \
6970
pandas/core/reshape/tile.py
7071

72+
RET="$?"
73+
7174
fi
7275

73-
exit 0
76+
exit "$RET"

0 commit comments

Comments
 (0)