From 65a5db7291439b6132e35e8cc09ed901614fabf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sun, 29 Mar 2020 12:45:25 +0200 Subject: [PATCH] travis: Remove Python 2 from the tests. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 659e88d..7b5a66e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ language: python dist: xenial sudo: false python: - - "2.7" - "3.6" - "3.7" + - "3.8" before_install: - wget https://gitlab.matrix.org/matrix-org/olm/-/archive/master/olm-master.tar.bz2