Skip to content

Commit 1af28ba

Browse files
add python 3.7 builds, remove 3.4
1 parent 250a311 commit 1af28ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
dist: xenial
12
language: python
23
python:
34
- 2.7
4-
- 3.4
55
- 3.5
66
- 3.6
7+
- 3.7
78
- pypy
89
- pypy3
910
install: python setup.py install

0 commit comments

Comments
 (0)