Skip to content

Commit ab359e3

Browse files
committed
Update travis setting
1 parent c102e6c commit ab359e3

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
sudo: false
2-
cache:
3-
directories:
4-
- wheelhouse
5-
2+
cache: pip
63
language: python
74
python:
85
- 2.7
@@ -19,10 +16,8 @@ env:
1916
- TOXENV=pypy-pure,pypy3-pure
2017

2118
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
19+
- pip install tox
20+
- pip install cython --install-option=--cython-with-refnanny --install-option=--no-cython-compile
2621
- cython --cplus msgpack/_packer.pyx msgpack/_unpacker.pyx
2722

2823
script: tox

0 commit comments

Comments
 (0)