summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2012-11-06 02:32:59 +0900
committerINADA Naoki <songofacandy@gmail.com>2012-11-06 02:32:59 +0900
commit3ec2e6e729ee71d0284140d3f494529788cbcfd5 (patch)
treee070527216abf4d3224c35d15518f089382d7ce0
parent2f0078d3955ad151452b92d570661d1b5779d7b6 (diff)
downloadmsgpack-python-3ec2e6e729ee71d0284140d3f494529788cbcfd5.tar.gz
Add six to .travis.yml
-rw-r--r--.travis.yml2
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