summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: