From 4b144cc3b0a802cb9e1b4c3822f6006e115e870f Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Wed, 28 Oct 2015 10:33:29 -0400 Subject: [PATCH 1/2] Build docs on Python 3.5 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ffc97470c67c..7011980616e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,8 +41,8 @@ matrix: env: PANDAS=pandas - python: 2.7 env: TEST_ARGS=--pep8 - - python: 2.7 - env: BUILD_DOCS=true MOCK=mock + - python: 3.5 + env: BUILD_DOCS=true - python: "nightly" env: PRE=--pre allow_failures: From 7c25f86ff0a32d38b24a9008ddff6c88574cfcde Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Wed, 28 Oct 2015 13:26:24 -0400 Subject: [PATCH 2/2] Install linkchecker from .deb package --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7011980616e1..1a7ea9bd0a96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ addons: - texlive-fonts-recommended - texlive-latex-recommended - graphviz + - linkchecker # - fonts-humor-sans # sources: # - debian-sid @@ -87,7 +88,6 @@ install: - | if [[ $BUILD_DOCS == true ]]; then pip install $PRE numpydoc ipython jsonschema mistune - pip install -q $PRE linkchecker wget https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O Felipa-Regular.ttf wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb mkdir -p tmp