Use manylinux1 wheel for Cython (#179)

* Use manylinux1 wheel for Cython
* Use newer pip
This commit is contained in:
INADA Naoki 2016-04-16 02:03:18 +09:00
parent f895517995
commit 2192310bc4
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ env:
- TOXENV=pypy-pure,pypy3-pure
install:
- pip install tox
- pip install cython --install-option=--cython-with-refnanny --install-option=--no-cython-compile
- pip install -U pip
- pip install tox cython
- cython --cplus msgpack/_packer.pyx msgpack/_unpacker.pyx
script: tox