travis: Add Python 3.4 to testing.

This commit is contained in:
INADA Naoki 2014-03-19 10:42:05 +09:00
parent 55eab8b4d6
commit e9de6b7f39
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@ 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

View file

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py32,py33,pypy
envlist = py26,py27,py32,py33,py34,pypy
[testenv]
deps=