Skip to content

Commit 34611a8

Browse files
committed
Use newer cython.
1 parent 7bebb66 commit 34611a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ env:
66
- PIP_USE_MIRRORS=true
77

88
install:
9-
- pip install --use-mirrors tox
109
- 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
10+
- sudo apt-get install -q python3.3-dev
11+
- pip install --use-mirrors tox cython
1312
- cython --cplus msgpack/_packer.pyx
1413
- cython --cplus msgpack/_unpacker.pyx
1514

0 commit comments

Comments
 (0)