Skip to content

Commit aa92a10

Browse files
committed
CI: use nose-show-skipped plugin to show skipped tests
1 parent 16d03b7 commit aa92a10

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ci/install.sh

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ if [ -n "$LOCALE_OVERRIDE" ]; then
3838
sudo locale-gen "$LOCALE_OVERRIDE"
3939
fi
4040

41+
42+
time pip install git+git://github.com/cpcloud/nose-show-skipped.git
4143
time pip install $PIP_ARGS -r ci/requirements-${TRAVIS_PYTHON_VERSION}${JOB_TAG}.txt
4244
time sudo apt-get install libatlas-base-dev gfortran
4345

ci/script.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ if [ -n "$LOCALE_OVERRIDE" ]; then
99

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 --exe -w /tmp -A "$NOSE_ARGS" pandas --show-skipped
13+
nosetests --exe -w /tmp -A "$NOSE_ARGS" pandas --show-skipped

0 commit comments

Comments
 (0)