mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-09 05:51:02 +00:00
Merge pull request #159 from thedrow/patch-1
Added Python 3.5 to the build matrix
This commit is contained in:
commit
88a38dce06
2 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ sudo: false
|
|||
cache: pip
|
||||
language: python
|
||||
python:
|
||||
- 2.7
|
||||
- 3.5
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
@ -10,9 +10,9 @@ branches:
|
|||
|
||||
env:
|
||||
- TOXENV=py26-c,py27-c
|
||||
- TOXENV=py32-c,py33-c,py34-c
|
||||
- TOXENV=py32-c,py33-c,py34-c,py35-c
|
||||
- TOXENV=py26-pure,py27-pure
|
||||
- TOXENV=py32-pure,py33-pure,py34-pure
|
||||
- TOXENV=py32-pure,py33-pure,py34-pure,py35-pure
|
||||
- TOXENV=pypy-pure,pypy3-pure
|
||||
|
||||
install:
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = {py26,py27,py32,py33,py34}-{c,pure},{pypy,pypy3}-pure,py27-x86,py34-x86
|
||||
envlist = {py26,py27,py32,py33,py34,py35}-{c,pure},{pypy,pypy3}-pure,py27-x86,py34-x86
|
||||
|
||||
[variants:pure]
|
||||
setenv=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue