Skip to content

Commit

Permalink
Merge pull request #272 from Croydon/python3.7
Browse files Browse the repository at this point in the history
Travis: Add Python 3.7 (fix #250)
  • Loading branch information
non-Jedi authored Sep 2, 2018
2 parents 59b3903 + 52e00f3 commit 00186ba
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 00186ba

Please sign in to comment.