Merge branch 'master' of github.com:msgpack/msgpack-python

This commit is contained in:
INADA Naoki 2012-11-07 02:02:31 +09:00
commit dffc89ef0b

View file

@ -6,5 +6,8 @@ python:
- 3.2
- 3.3
install: "pip install cython six . --use-mirrors"
install:
- "pip install cython six --use-mirrors"
- "python setup.py install"
script: nosetests