diff options
author | INADA Naoki <methane@users.noreply.github.com> | 2018-07-13 19:54:44 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-13 19:54:44 +0900 |
commit | d1060de29309717355b78fe9092f7995897b4f0c (patch) | |
tree | e8204630a936e8199a83b406905ebc16fce793ff | |
parent | aa41e2fef714da8c02e2cf830d408619d2cf902f (diff) | |
download | msgpack-python-d1060de29309717355b78fe9092f7995897b4f0c.tar.gz |
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.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7aac664..823c8b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ cache: pip python: - "2.7" + - "3.4" - "3.5" - "3.6" - "3.7-dev" |