We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1e5ba commit d1d8beaCopy full SHA for d1d8bea
ci/install.sh
@@ -39,7 +39,8 @@ if [ -n "$LOCALE_OVERRIDE" ]; then
39
fi
40
41
42
-time pip install git+git://github.com/cpcloud/nose-show-skipped.git
+# show-skipped is working at this particular commit
43
+time pip install git+git://github.com/cpcloud/nose-show-skipped.git@fa4ff84e53c09247753a155b428c1bf2c69cb6c3
44
time pip install $PIP_ARGS -r ci/requirements-${TRAVIS_PYTHON_VERSION}${JOB_TAG}.txt
45
time sudo apt-get install libatlas-base-dev gfortran
46
0 commit comments