summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2018-02-23 18:40:36 +0100
committerLucas Hoffmann <l-m-h@web.de>2018-02-23 18:40:36 +0100
commit8dcf3a314fb51dd7a2e0300a6fac83d49e75924c (patch)
tree6ff398e8da1ae20726eb2c5c8bd627c20df30ed5 /.travis.yml
parentaae87a41c75bdaff74a6af314b1f3fd439ff0d00 (diff)
Temporarily only check the docs on python2
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 12 insertions, 1 deletions
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: