Skip to content

Commit 6af9b86

Browse files
committed
Remove python 3.4, add 3.7
1 parent b1c24d3 commit 6af9b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dist: trusty
22
language: python
33
python:
4-
- '3.4'
54
- '3.5'
65
- '3.6'
6+
- '3.7'
77
- 'pypy3'
88
script:
99
- pip install .[dev]

0 commit comments

Comments
 (0)