Skip to content
This repository was archived by the owner on Jun 7, 2021. It is now read-only.

Commit 2c1ac9c

Browse files
authored
Update Travis image, add Python 3.7 tests. (#59)
1 parent 4871e60 commit 2c1ac9c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
dist: xenial
12
language: python
23
python:
34
- "2.7"
45
- "3.4"
56
- "3.5"
67
- "3.6"
8+
- "3.7"
79
install:
810
- pip install -r requirements.txt
911
script:

0 commit comments

Comments
 (0)