diff --git a/ci/script.sh b/ci/script.sh index d5082234024d5..1126e8249646c 100755 --- a/ci/script.sh +++ b/ci/script.sh @@ -15,8 +15,8 @@ fi if [ "$BUILD_TEST" ]; then echo "We are not running nosetests as this is simply a build test." else - echo nosetests --exe -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml - 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 fi RET="$?"