We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d87174 commit 14f95c6Copy full SHA for 14f95c6
ci/script.sh
@@ -20,7 +20,7 @@ if [ "$BUILD_TEST" ]; then
20
echo "We are not running nosetests as this is simply a build test."
21
else
22
echo nosetests --exe -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml
23
- 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 --verbosity=3
24
fi
25
26
RET="$?"
0 commit comments