We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d8cc6 commit b14caa4Copy full SHA for b14caa4
.travis.yml
@@ -6,7 +6,10 @@ python:
6
- 3.3
7
8
install:
9
- - "pip install cython six --use-mirrors"
10
- - "python setup.py install"
+ - sudo apt-get update -qq
+ - sudo apt-get install -q cython
11
+ - cython --cplus msgpack/_msgpack.pyx
12
+ - pip install six --use-mirrors
13
+ - python setup.py install
14
15
script: "nosetests -w test"
0 commit comments