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
|
dist: xenial
|
||||||
sudo: false
|
sudo: false
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
|
- "3.8"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- wget https://gitlab.matrix.org/matrix-org/olm/-/archive/master/olm-master.tar.bz2
|
- wget https://gitlab.matrix.org/matrix-org/olm/-/archive/master/olm-master.tar.bz2
|
||||||
|
|
Loading…
Add table
Reference in a new issue