We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370718f commit da59b11Copy full SHA for da59b11
ci/script.sh
@@ -12,5 +12,5 @@ if [ -n "$LOCALE_OVERRIDE" ]; then
12
cd "$curdir"
13
fi
14
15
-echo nosetests --exe -w /tmp -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml
16
-nosetests --exe -w /tmp -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml
+echo nosetests -v --exe -w /tmp -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml
+nosetests -v --exe -w /tmp -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml
0 commit comments