Skip to content

Commit f4361fe

Browse files
committed
Drop Python 3.4 testing on TravisCI and enable 3.7 testing
1 parent d087892 commit f4361fe

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
@@ -2,9 +2,9 @@ language: python
22

33
python:
44
- "nightly"
5+
- "3.7"
56
- "3.6"
67
- "3.5"
7-
- "3.4"
88
- "2.7"
99
matrix:
1010
allow_failures:

0 commit comments

Comments
 (0)