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.
This commit is contained in:
INADA Naoki 2018-07-13 19:54:44 +09:00 committed by GitHub
parent aa41e2fef7
commit d1060de293
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ cache: pip
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"