Skip to content

Commit 9cbc92c

Browse files
Make Travis test on Python 3.7 and 3.8.
1 parent f725513 commit 9cbc92c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
dist: xenial
12
language: python
23
python:
34
- "2.7"
45
- "3.4"
5-
- "3.7-dev"
6+
- "3.7"
7+
- "3.8-dev"
68
- "pypy3.5"
79
install:
810
- pip install -e .

0 commit comments

Comments
 (0)