We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af3c3a3 + 027310a commit 37fa925Copy full SHA for 37fa925
ci/script.sh
@@ -15,8 +15,8 @@ fi
15
if [ "$BUILD_TEST" ]; then
16
echo "We are not running nosetests as this is simply a build test."
17
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
+ echo nosetests --exe -A "$NOSE_ARGS" pandas --doctest-tests --with-xunit --xunit-file=/tmp/nosetests.xml
+ nosetests --exe -A "$NOSE_ARGS" pandas --doctest-tests --with-xunit --xunit-file=/tmp/nosetests.xml
20
fi
21
22
RET="$?"
0 commit comments