Skip to content

Commit ef054ce

Browse files
committed
fix package name
1 parent 8b27482 commit ef054ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python:
55
install:
66
- sudo apt-get update -qq
77
- sudo apt-get install -q cython
8-
- sudo apt-get install -q python26-dev python27-dev python32-dev python33-dev
8+
- sudo apt-get install -q python2.6-dev python2.7-dev python3.2-dev python3.3-dev
99
- cython --cplus msgpack/_packer.pyx
1010
- cython --cplus msgpack/_unpacker.pyx
1111

0 commit comments

Comments
 (0)