summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-12-17 17:27:48 +0000
committerSimon McVittie <smcv@collabora.com>2019-07-15 13:47:08 +0100
commit745230046f0497582e2ee4b3648b32624451e754 (patch)
tree42f28c92cc69f4fffb3e39f1caee2159b3e00f11 /.travis.yml
parent7a86a44d1f244861c3eab25250985d7d5c78c333 (diff)
downloaddbus-python-745230046f0497582e2ee4b3648b32624451e754.tar.gz
Remove remaining support for Ubuntu 14.04 'trusty'
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index fce7573..f694f12 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@
# DEALINGS IN THE SOFTWARE.
sudo: required
-dist: trusty
+dist: xenial
language: python
cache:
pip: true
@@ -31,10 +31,10 @@ install:
- test -z "$dbus_ci_system_python" || deactivate
- tools/travis-ci-setup.sh
python:
- - "3.5"
- - "3.5-dev"
- "3.6"
- "3.6-dev"
+ - "3.7"
+ - "3.7-dev"
- "nightly"
script:
- PATH="/usr/lib/ccache:$PATH" ./tools/ci-build.sh
@@ -47,10 +47,10 @@ matrix:
- python: "2.7"
env:
dbus_ci_system_python=python-dbg
- - python: "3.4"
+ - python: "3.5"
env:
dbus_ci_system_python=python3
- - python: "3.4"
+ - python: "3.5"
env:
dbus_ci_system_python=python3-dbg