Skip to content

Commit 78c3455

Browse files
committed
Update .travis.yml
1 parent 685026d commit 78c3455

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ python:
77
install:
88
- sudo apt-get update -qq
99
- sudo apt-get install -q cython
10-
- cython --cplus msgpack/_msgpack.pyx
10+
- cython --cplus msgpack/_packer.pyx
11+
- cython --cplus msgpack/_unpacker.pyx
1112
- pip install six --use-mirrors
1213
- python setup.py install
1314

0 commit comments

Comments
 (0)