We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03d9ba commit 5c9a2fdCopy full SHA for 5c9a2fd
ci/script.sh
@@ -16,8 +16,8 @@ fi
16
"$TRAVIS_BUILD_DIR"/ci/build_docs.sh 2>&1 > /tmp/doc.log &
17
# doc build log will be shown after tests
18
19
-echo nosetests -v --exe -w /tmp -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml
20
-nosetests -v --exe -w /tmp -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml
+echo nosetests --exe -w /tmp -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml
+nosetests --exe -w /tmp -A "$NOSE_ARGS" pandas --with-xunit --xunit-file=/tmp/nosetests.xml
21
22
RET="$?"
23
0 commit comments