From 52e00f344aefc2d38198f36815372348dee186c1 Mon Sep 17 00:00:00 2001 From: "Michael \"Croydon\" Keck" Date: Mon, 13 Aug 2018 02:53:47 +0200 Subject: [PATCH] Travis: Add Python 3.7 (fix #250) --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index c55b49ea..30024701 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,12 @@ python: - "3.4" - "3.5" - "3.6" + +jobs: + include: + - dist: xenial + python: "3.7" + before_install: - wget https://matrix.org/git/olm/snapshot/olm-2.2.2.tar.bz2 - tar -xvf olm-2.2.2.tar.bz2