Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete font cache in one of the configurations #6879

Merged
merged 2 commits into from Aug 2, 2016

Conversation

mdboom
Copy link
Member

@mdboom mdboom commented Aug 1, 2016

To test rebuilding it

@mdboom mdboom added this to the 2.0 (style change major release) milestone Aug 1, 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there is a missing after1and before]]?

@tacaswell tacaswell merged commit e6fccba into matplotlib:master Aug 2, 2016
QuLogic pushed a commit to QuLogic/matplotlib that referenced this pull request Oct 16, 2016
…esting

CI: Delete font cache in one of the configurations

Conflicts:
	.travis.yml
@QuLogic QuLogic mentioned this pull request Oct 16, 2016
@QuLogic
Copy link
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants