diff options
author | INADA Naoki <methane@users.noreply.github.com> | 2016-04-16 02:03:18 +0900 |
---|---|---|
committer | INADA Naoki <methane@users.noreply.github.com> | 2016-04-16 02:03:18 +0900 |
commit | 2192310bc4a7af32a628191ededd1feeec624845 (patch) | |
tree | d6ad331d20023018f3b185027e0c16ec41deac16 | |
parent | f895517995754ce9bb758a77ea3db9ac7e6262c9 (diff) | |
download | msgpack-python-2192310bc4a7af32a628191ededd1feeec624845.tar.gz |
Use manylinux1 wheel for Cython (#179)
* Use manylinux1 wheel for Cython
* Use newer pip
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index eced353..e7e9b63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |