File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ if [ -n "$LOCALE_OVERRIDE" ]; then
38
38
sudo locale-gen " $LOCALE_OVERRIDE "
39
39
fi
40
40
41
+
42
+ time pip install git+git://github.com/cpcloud/nose-show-skipped.git
41
43
time pip install $PIP_ARGS -r ci/requirements-${TRAVIS_PYTHON_VERSION}${JOB_TAG} .txt
42
44
time sudo apt-get install libatlas-base-dev gfortran
43
45
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ if [ -n "$LOCALE_OVERRIDE" ]; then
9
9
10
10
fi
11
11
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
You can’t perform that action at this time.
0 commit comments