File tree 3 files changed +5
-53
lines changed
3 files changed +5
-53
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ if [ -n "$LOCALE_OVERRIDE" ]; then
38
38
sudo locale-gen " $LOCALE_OVERRIDE "
39
39
fi
40
40
41
+
42
+ # show-skipped is working at this particular commit
43
+ time pip install git+git://github.com/cpcloud/nose-show-skipped.git@fa4ff84e53c09247753a155b428c1bf2c69cb6c3
41
44
time pip install $PIP_ARGS -r ci/requirements-${TRAVIS_PYTHON_VERSION}${JOB_TAG} .txt
42
45
time sudo apt-get install libatlas-base-dev gfortran
43
46
Load Diff This file was deleted.
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