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

Travis docs fixes #4395

Merged
merged 4 commits into from May 2, 2015
Merged

Conversation

jenshnielsen
Copy link
Member

A few tweaks to Travis following the Container build merged in #4355

  • pip --use-mirrors is Deprecated and AFAIK not needed so remove.
  • use pip -q on linkchecker which generates a lot of output (We can completely remove -q when travis upgrade to pip 6.1 which suppresses output.)
  • Fix issue with copying font files. On this version of Ubuntu they need to go into ~/.fonts The file downloaded from github got a ?raw=true appended confusing the script.
  • Add TRAVIS_REPO_SLUG == 'matplotlib/matplotlib to docs upload to match other builds
  • Reorder echo output when tests fails to be more logical.

Should no longer be needed. In addition only use -q with pip for linkchecker which generates a lot of input.
When Travis upgrades to pip 6.1 we should be able to stop using -q since the output will be
less noisy when the install succeedes
@tacaswell tacaswell added this to the next point release milestone May 2, 2015
tacaswell added a commit that referenced this pull request May 2, 2015
@tacaswell tacaswell merged commit 9d98ce1 into matplotlib:master May 2, 2015
@jenshnielsen jenshnielsen deleted the travis_docs_fixes branch August 20, 2015 12:41
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

2 participants