Skip to content

Commit

Permalink
Travis: Add Python 3.7 (fix #250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon authored Aug 13, 2018
1 parent 55f4f25 commit 52e00f3
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 52e00f3

Please sign in to comment.