We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685026d commit 78c3455Copy full SHA for 78c3455
.travis.yml
@@ -7,7 +7,8 @@ python:
7
install:
8
- sudo apt-get update -qq
9
- sudo apt-get install -q cython
10
- - cython --cplus msgpack/_msgpack.pyx
+ - cython --cplus msgpack/_packer.pyx
11
+ - cython --cplus msgpack/_unpacker.pyx
12
- pip install six --use-mirrors
13
- python setup.py install
14
0 commit comments