8000 Use manylinux1 wheel for Cython (#179) · Triadai/msgpack-python@2192310 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2192310

Browse files
committed
Use manylinux1 wheel for Cython (msgpack#179)
* Use manylinux1 wheel for Cython * Use newer pip
1 parent f895517 commit 2192310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ env:
1616
- TOXENV=pypy-pure,pypy3-pure
1717

1818
install:
19-
- pip install tox
20-
- pip install cython --install-option=--cython-with-refnanny --install-option=--no-cython-compile
19+
- pip install -U pip
20+
- pip install tox cython
2121
- cython --cplus msgpack/_packer.pyx msgpack/_unpacker.pyx
2222

2323
script: tox

0 commit comments

Comments
 (0)
0