mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-04-09 21:10:18 +00:00
travis: Add Python 3.4 to testing.
This commit is contained in:
parent
55eab8b4d6
commit
e9de6b7f39
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py26,py27,py32,py33,pypy
|
||||
envlist = py26,py27,py32,py33,py34,pypy
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue