8000 Don't use c++ on travis. · mackjoner/msgpack-python@e9f9e9e · GitHub
[go: up one dir, main page]

Skip to content

Commit e9f9e9e

Browse files
committed
Don't use c++ on travis.
1 parent cb7dff3 commit e9f9e9e

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
@@ -7,7 +7,7 @@ python:
77
install:
88
- sudo apt-get update -qq
99
- sudo apt-get install -q cython
10-
- cython --cplus msgpack/_msgpack.pyx
10+
- cython msgpack/_msgpack.pyx
1111
- pip install six --use-mirrors
1212
- python setup.py install
1313

0 commit comments

Comments
 (0)
0