mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
Merge branch 'master' of github.com:msgpack/msgpack-python
This commit is contained in:
commit
dffc89ef0b
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue