mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-26 23:24:10 +00:00
(travis) Install itself.
This commit is contained in:
parent
eb61b4de9e
commit
e404c9845f
1 changed files with 4 additions and 1 deletions
|
|
@ -6,5 +6,8 @@ python:
|
||||||
- 3.2
|
- 3.2
|
||||||
- 3.3
|
- 3.3
|
||||||
|
|
||||||
install: "pip install cython six . --use-mirrors"
|
install:
|
||||||
|
- "pip install cython six --use-mirrors"
|
||||||
|
- "python setup.py install"
|
||||||
|
|
||||||
script: nosetests
|
script: nosetests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue