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 746bcdd commit 89478c1Copy full SHA for 89478c1
.travis.yml
@@ -161,12 +161,16 @@ install:
161
162
# Set flag in a delayed manner to avoid issues with installing other packages
163
- |
164
- if [[ $RUN_PYTEST == 1 ]]; then
+ if [[ $TRAVIS_OS_NAME != 'osx' ]] && [[ $RUN_PYTEST == 1 ]]; then
165
export CPPFLAGS=--coverage
166
fi
167
168
# Install matplotlib
169
python -mpip install -ve .
170
+ - |
171
172
+ unset CPPFLAGS
173
+ fi
174
175
before_script: |
176
if [[ $DELETE_FONT_CACHE == 1 ]]; then
0 commit comments