diff options
author | INADA Naoki <songofacandy@gmail.com> | 2012-11-06 02:32:59 +0900 |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2012-11-06 02:32:59 +0900 |
commit | 3ec2e6e729ee71d0284140d3f494529788cbcfd5 (patch) | |
tree | e070527216abf4d3224c35d15518f089382d7ce0 | |
parent | 2f0078d3955ad151452b92d570661d1b5779d7b6 (diff) | |
download | msgpack-python-3ec2e6e729ee71d0284140d3f494529788cbcfd5.tar.gz |
Add six to .travis.yml
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 593d61e..7286637 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ python: - 3.2 - 3.3 -install: "pip install cython --use-mirrors" +install: "pip install cython six --use-mirrors" script: nosetests |