Skip to content

Commit 962e436

Browse files
author
y-p
committed
BLD: travis, run nose with -v for more visibility
1 parent 86d27cc commit 962e436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/script.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ if [ -n "$LOCALE_OVERRIDE" ]; then
99
python -c "$pycmd"
1010
fi
1111

12-
echo nosetests --exe -w /tmp -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml
13-
nosetests --exe -w /tmp -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml
12+
echo nosetests -v --exe -w /tmp -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml
13+
nosetests -v --exe -w /tmp -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml

0 commit comments

Comments
 (0)