Skip to content

Commit d1d8bea

Browse files
committed
CI: freeze the showskipped commit
1 parent 2c1e5ba commit d1d8bea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ if [ -n "$LOCALE_OVERRIDE" ]; then
3939
fi
4040

4141

42-
time pip install git+git://github.com/cpcloud/nose-show-skipped.git
42+
# show-skipped is working at this particular commit
43+
time pip install git+git://github.com/cpcloud/nose-show-skipped.git@fa4ff84e53c09247753a155b428c1bf2c69cb6c3
4344
time pip install $PIP_ARGS -r ci/requirements-${TRAVIS_PYTHON_VERSION}${JOB_TAG}.txt
4445
time sudo apt-get install libatlas-base-dev gfortran
4546

0 commit comments

Comments
 (0)