From 2879419806d40d4eb53d4601487781e70a86846c Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 28 Feb 2018 08:38:12 -0800 Subject: travis: test with 3.5 and 3.6 --- .travis.yml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to '.travis.yml') 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: -- cgit v1.2.3