From 8dcf3a314fb51dd7a2e0300a6fac83d49e75924c Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Fri, 23 Feb 2018 18:40:36 +0100 Subject: Temporarily only check the docs on python2 --- .travis.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 01419e77..bf5c053c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,8 +23,11 @@ python: # We start two containers in parallel, one to check and build the docs and the # other to run the test suite. env: - - JOB=docs - JOB=tests + # This job is temporarily included in the build matrix directly in order to + # only check the docs on python2 for now. When we finished switching to + # python3 we can put this back here and remove matrix.include. + #- JOB=docs # Until the switch to python3 is complete we allow the tests to fail with # python3. When merging a working python3 version wen can remove this and the @@ -36,6 +39,14 @@ jobs: - python: "3.5" - python: "3.6" +# Check the docs only on python2 until we really support python3. See "env" +# above and +# https://docs.travis-ci.com/user/customizing-the-build/#Explicitly-Including-Jobs +matrix: + include: + - python: 2.7 + env: JOB=docs + addons: apt: packages: -- cgit v1.2.3