From aae87a41c75bdaff74a6af314b1f3fd439ff0d00 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Fri, 23 Feb 2018 18:24:27 +0100 Subject: Build with several py3 versions on travis Currently the py3 runs are allowed to fail. This has to be changed once py3 support is merged. --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1436aec8..01419e77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,10 @@ python: # We can add more version strings here when we support other python # versions. - "2.7" + - "3.3" + - "3.4" + - "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. @@ -22,6 +26,16 @@ env: - JOB=docs - JOB=tests +# 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.3" + - python: "3.4" + - python: "3.5" + - python: "3.6" + addons: apt: packages: -- cgit v1.2.3