Skip to content

Commit 647437b

Browse files
committed
Enable tests on Python 3.7
1 parent 11ba8ea commit 647437b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
version: "= 0"
2+
dist: xenial
3+
sudo: required
14
language: python
5+
26
python:
37
- 3.5.3
48
- 3.6
9+
- 3.7
510

611
install:
712
- pip install -e .

0 commit comments

Comments
 (0)