diff options
author | INADA Naoki <songofacandy@gmail.com> | 2012-11-07 02:24:26 +0900 |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2012-11-07 02:24:26 +0900 |
commit | 67d8cc6c4f0e657674175fadda702b7bf95937c3 (patch) | |
tree | ffd0a05f87c5240eb130a0f2ce7f59711953b425 | |
parent | ec655b9f2ccd4a0fb6e9fc9c9f1d8b88ace69e72 (diff) | |
download | msgpack-python-67d8cc6c4f0e657674175fadda702b7bf95937c3.tar.gz |
(travis) Python 2.5 can't pass tests.
Python 2.5 doesn't have b'' literal.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index bbd5ff1..9247c78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - 2.5 - 2.6 - 2.7 - 3.2 |