travis: Remove Python 2 from the tests.

This commit is contained in:
Damir Jelić 2020-03-29 12:45:25 +02:00
parent 7f285d250e
commit 65a5db7291

View file

@ -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