Skip to content

Commit ffd3e3c

Browse files
committed
Enable doc build
1 parent 24a0f1c commit ffd3e3c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ci/build_docs.sh

+9
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ if [ "$DOC" ]; then
5959
git remote -v
6060

6161
git push origin gh-pages -f
62+
63+
echo "Running doctests"
64+
cd "$TRAVIS_BUILD_DIR"
65+
pytest --doctest-modules \
66+
pandas/core/reshape/concat.py \
67+
pandas/core/reshape/pivot.py \
68+
pandas/core/reshape/reshape.py \
69+
pandas/core/reshape/tile.py
70+
6271
fi
6372

6473
exit 0

0 commit comments

Comments
 (0)