Skip to content

Commit 4cc7e18

Browse files
committed
Enable Python 3.7 on travis
Closes #295
1 parent abb32f8 commit 4cc7e18

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)