travis: Remove Python 2 from the tests.
This commit is contained in:
parent
7f285d250e
commit
65a5db7291
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue