summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-02-28 08:38:12 -0800
committerDylan Baker <dylan@pnwbakers.com>2018-03-01 10:35:20 -0800
commit2879419806d40d4eb53d4601487781e70a86846c (patch)
tree90a1d5d25813353d4897b89eb6ab0c5dfab2af72 /.travis.yml
parentcac4e80eb3ce9955a2185b7fc81684f147d95c38 (diff)
travis: test with 3.5 and 3.6
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml22
1 files changed, 1 insertions, 21 deletions
diff --git a/.travis.yml b/.travis.yml
index 84c05c4d..3e7b5035 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,34 +14,14 @@ dist: trusty
python:
# We can add more version strings here when we support other python
# versions.
- - "2.7"
- "3.5"
- "3.6"
# 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
-# python version 2.7 above.
-jobs:
- allow_failures:
- - 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: