mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
Travis preinstall Python 3.4
This commit is contained in:
parent
7f623c0906
commit
8f1c0504f1
1 changed files with 0 additions and 4 deletions
|
|
@ -2,10 +2,6 @@ language: python
|
|||
python:
|
||||
- 2.7
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -qq -y
|
||||
- sudo apt-get install python3.4
|
||||
|
||||
install:
|
||||
- pip install tox cython
|
||||
- cython --cplus msgpack/_packer.pyx msgpack/_unpacker.pyx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue