Skip to content

Commit c01cba9

Browse files
authored
Merge pull request #318 from dleen/master
Enable Python 3.7 on travis
2 parents 8bdb61a + 4cc7e18 commit c01cba9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
dist: xenial # required for Python >= 3.7
12
sudo: false
23
language: python
34
python:
45
- 2.7
56
- 3.4
67
- 3.5
78
- 3.6
9+
- 3.7
810

911
env:
1012
- ASYNC_TEST_TIMEOUT=10

0 commit comments

Comments
 (0)