Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 0b96aba

Browse files
authored
Merge pull request #200 from gliptak/patch-1
Add Python 3.7 to Travis
2 parents 2fb24e2 + ea42cea commit 0b96aba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1+
12
language: python
23
notifications:
34
email: false
5+
dist: xenial
46
sudo: false
57
python:
68
- 2.7
79
- pypy
810
- 3.4
911
- 3.5
1012
- 3.6
13+
- 3.7
1114
- pypy3
1215
matrix:
1316
include:

0 commit comments

Comments
 (0)