summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index d1c671e8..4af4f86b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,15 +7,15 @@ cache:
ccache: True
-# We need a newer version of zlib to build notmuch from source as is available
-# in precise.
-dist: trusty
+# Python 3.7 is not supported in trusty
+dist: xenial
python:
# We can add more version strings here when we support other python
# versions.
- "3.5"
- "3.6"
+ - "3.7"
# We start two containers in parallel, one to check and build the docs and the
# other to run the test suite.