File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,10 @@ before_install:
125
125
export PATH=$PATH:/tmp/λ
126
126
export PATH=/usr/lib/ccache:$PATH
127
127
else
128
+ set -e
128
129
brew update
129
130
brew tap homebrew/gui
131
+ set +e
130
132
# brew install python libpng ffmpeg imagemagick mplayer ccache
131
133
# We could install ghostscript and inkscape here to test svg and pdf
132
134
# but this makes the test time really long.
@@ -159,6 +161,8 @@ install:
159
161
$PYPARSING \
160
162
$DATEUTIL \
161
163
$SPHINX
164
+ - |
165
+ # Install optional dependencies from PyPI.
162
166
# GUI toolkits are pip-installable only for some versions of Python so
163
167
# don't fail if we can't install them. Make it easier to check whether the
164
168
# install was successful by trying to import the toolkit (sometimes, the
You can’t perform that action at this time.
0 commit comments