Merge pull request #1699 from jwiggins/use-ccache

Enable ccache and Sphinx cache on Travis
This commit is contained in:
Steven Silvester
2015-09-13 10:31:31 -05:00
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ section_end "Test.with.min.requirements"
section "Build.docs"
if [[ ($PY != 2.6) && ($PY != 3.2) ]]; then
make html
export SPHINXCACHE=$HOME/.cache/sphinx; make html
fi
section_end "Build.docs"