We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c102e6c commit ab359e3Copy full SHA for ab359e3
.travis.yml
@@ -1,8 +1,5 @@
1
sudo: false
2
-cache:
3
- directories:
4
- - wheelhouse
5
-
+cache: pip
6
language: python
7
python:
8
- 2.7
@@ -19,10 +16,8 @@ env:
19
16
- TOXENV=pypy-pure,pypy3-pure
20
17
21
18
install:
22
- - pip install wheel tox
23
- - ls -la wheelhouse
24
- - if [ ! -f wheelhouse/Cython-0.22-cp27-none-linux_x86_64.whl ] ; then pip wheel cython==0.22 ; fi
25
- - pip install wheelhouse/Cython-0.22-cp27-none-linux_x86_64.whl
+ - pip install tox
+ - pip install cython --install-option=--cython-with-refnanny --install-option=--no-cython-compile
26
- cython --cplus msgpack/_packer.pyx msgpack/_unpacker.pyx
27
28
script: tox
0 commit comments