We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3c3a3 commit 027310aCopy full SHA for 027310a
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