diff options
author | INADA Naoki <songofacandy@gmail.com> | 2012-11-07 08:28:30 +0900 |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2012-11-07 08:28:30 +0900 |
commit | 1c389135b88d3fc8be4151228fff1fb5764f119b (patch) | |
tree | 4cc42022892eab62a57ecfec591bc33c0f315818 | |
parent | b14caa419c9ac35779b3212d367c24f36f40e484 (diff) | |
download | msgpack-python-1c389135b88d3fc8be4151228fff1fb5764f119b.tar.gz |
(travis) Travis doesn't support Python 3.3 yet.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2f3171c..11835cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ python: - 2.6 - 2.7 - 3.2 - - 3.3 install: - sudo apt-get update -qq |