Skip to content

Commit 00186ba

Browse files
authored
Merge pull request #272 from Croydon/python3.7
Travis: Add Python 3.7 (fix #250)
2 parents 59b3903 + 52e00f3 commit 00186ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ python:
55
- "3.4"
66
- "3.5"
77
- "3.6"
8+
9+
jobs:
10+
include:
11+
- dist: xenial
12+
python: "3.7"
13+
814
before_install:
915
- wget https://matrix.org/git/olm/snapshot/olm-2.2.2.tar.bz2
1016
- tar -xvf olm-2.2.2.tar.bz2

0 commit comments

Comments
 (0)