Travis preinstall Python 3.4

This commit is contained in:
INADA Naoki 2014-05-26 01:28:30 +09:00
parent 7f623c0906
commit 8f1c0504f1

View file

@ -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