summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2018-02-23 18:24:27 +0100
committerLucas Hoffmann <l-m-h@web.de>2018-02-23 18:24:27 +0100
commitaae87a41c75bdaff74a6af314b1f3fd439ff0d00 (patch)
tree95314b7b774c95f2e801a30c5539ca6816092987 /.travis.yml
parent271ecfa4cb92a92bf3422a956af165e6d6bcfbfc (diff)
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 14 insertions, 0 deletions
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: