Delete font cache in one of the configurations #6879

Merged
merged 2 commits into from Aug 2, 2016

Conversation

Projects
None yet
3 participants
Owner

mdboom commented Aug 1, 2016

To test rebuilding it

@mdboom mdboom Delete font cache in one of the configurations
To test rebuilding it
a214bff

mdboom added the needs_review label Aug 1, 2016

@tacaswell tacaswell commented on an outdated diff Aug 2, 2016

@@ -139,10 +140,13 @@ script:
MPLBACKEND="tkagg" python -c 'import matplotlib.pyplot as plt; print(plt.get_backend())'
echo The following args are passed to nose $NOSE_ARGS
if [[ $BUILD_DOCS == false ]]; then
+ if [[ $DELETE_FONT_CACHE == 1]]; then
@tacaswell

tacaswell Aug 2, 2016

Owner

I think there is a missing after1and before]]?

@mdboom mdboom Fix syntax
62df63b

@tacaswell tacaswell merged commit e6fccba into matplotlib:master Aug 2, 2016

3 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls Coverage increased (+0.4%) to 70.842%
Details

tacaswell removed the needs_review label Aug 2, 2016

@QuLogic QuLogic added a commit to QuLogic/matplotlib that referenced this pull request Oct 16, 2016

@tacaswell @QuLogic tacaswell + QuLogic Merge pull request #6879 from mdboom/delete-font-cache-in-testing
CI: Delete font cache in one of the configurations

Conflicts:
	.travis.yml
7d10d33

QuLogic referenced this pull request Oct 16, 2016

Merged

Backports for 2.0 #7284

Member

QuLogic commented Oct 18, 2016

Backported to v2.x via 7d10d33.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment