Skip to content

Commit b14caa4

Browse files
committed
Use system cython.
1 parent 67d8cc6 commit b14caa4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ python:
66
- 3.3
77

88
install:
9-
- "pip install cython six --use-mirrors"
10-
- "python setup.py install"
9+
- sudo apt-get update -qq
10+
- sudo apt-get install -q cython
11+
- cython --cplus msgpack/_msgpack.pyx
12+
- pip install six --use-mirrors
13+
- python setup.py install
1114

1215
script: "nosetests -w test"

0 commit comments

Comments
 (0)