Skip to content

Commit

Permalink
Travis: Add Python 3.7 (fix matrix-org#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon authored and Pavel Kardash committed Sep 11, 2018
1 parent 59b3903 commit 453eb2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 453eb2b

Please sign in to comment.