Skip to content

Commit 027310a

Browse files
committed
CI: run doc-tests always
1 parent af3c3a3 commit 027310a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/script.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ fi
1515
if [ "$BUILD_TEST" ]; then
1616
echo "We are not running nosetests as this is simply a build test."
1717
else
18-
echo nosetests --exe -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml
19-
nosetests --exe -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml
18+
echo nosetests --exe -A "$NOSE_ARGS" pandas --doctest-tests --with-xunit --xunit-file=/tmp/nosetests.xml
19+
nosetests --exe -A "$NOSE_ARGS" pandas --doctest-tests --with-xunit --xunit-file=/tmp/nosetests.xml
2020
fi
2121

2222
RET="$?"

0 commit comments

Comments
 (0)