Skip to content

Commit d1060de

Browse files
authored
travis: Run test on Python 3.4 (#307)
Python 3.4 is not supported officially. But keep running test for a while, to know when msgpack-python stop working on Python 3.4 actually.
1 parent aa41e2f commit d1060de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ cache: pip
44

55
python:
66
- "2.7"
7+
- "3.4"
78
- "3.5"
89
- "3.6"
910
- "3.7-dev"

0 commit comments

Comments
 (0)