There was an error while loading. Please reload this page.
1 parent f895517 commit 2192310Copy full SHA for 2192310
1 file changed
.travis.yml
@@ -16,8 +16,8 @@ env:
16
- TOXENV=pypy-pure,pypy3-pure
17
18
install:
19
- - pip install tox
20
- - pip install cython --install-option=--cython-with-refnanny --install-option=--no-cython-compile
+ - pip install -U pip
+ - pip install tox cython
21
- cython --cplus msgpack/_packer.pyx msgpack/_unpacker.pyx
22
23
script: tox
0 commit comments