We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b27482 commit ef054ceCopy full SHA for ef054ce
.travis.yml
@@ -5,7 +5,7 @@ python:
5
install:
6
- sudo apt-get update -qq
7
- sudo apt-get install -q cython
8
- - sudo apt-get install -q python26-dev python27-dev python32-dev python33-dev
+ - sudo apt-get install -q python2.6-dev python2.7-dev python3.2-dev python3.3-dev
9
- cython --cplus msgpack/_packer.pyx
10
- cython --cplus msgpack/_unpacker.pyx
11
0 commit comments