8000
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 5b684c4 commit c1fba63Copy full SHA for c1fba63
.travis.yml
@@ -125,8 +125,10 @@ before_install:
125
export PATH=$PATH:/tmp/λ
126
export PATH=/usr/lib/ccache:$PATH
127
else
128
+ set -e
129
brew update
130
brew tap homebrew/gui
131
+ set +e
132
# brew install python libpng ffmpeg imagemagick mplayer ccache
133
# We could install ghostscript and inkscape here to test svg and pdf
134
# but this makes the test time really long.
@@ -159,6 +161,8 @@ install:
159
161
$PYPARSING \
160
162
$DATEUTIL \
163
$SPHINX
164
+ - |
165
+ # Install optional dependencies from PyPI.
166
# GUI toolkits are pip-installable only for some versions of Python so
167
# don't fail if we can't install them. Make it easier to check whether the
168
# install was successful by trying to import the toolkit (sometimes, the
0 commit comments