We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bebb66 commit 34611a8Copy full SHA for 34611a8
.travis.yml
@@ -6,10 +6,9 @@ env:
6
- PIP_USE_MIRRORS=true
7
8
install:
9
- - pip install --use-mirrors tox
10
- sudo apt-get update -qq
11
- - sudo apt-get install -q cython
12
- - sudo apt-get install -q python2.6-dev python2.7-dev python3.2-dev python3.3-dev
+ - sudo apt-get install -q python3.3-dev
+ - pip install --use-mirrors tox cython
13
- cython --cplus msgpack/_packer.pyx
14
- cython --cplus msgpack/_unpacker.pyx
15
0 commit comments