8000 Merge pull request #159 from thedrow/patch-1 · sacherjj/msgpack-python@88a38dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 88a38dc

Browse files
committed
Merge pull request msgpack#159 from thedrow/patch-1
Added Python 3.5 to the build matrix
2 parents 29266b0 + 81177ca commit 88a38dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ sudo: false
22
cache: pip
33
language: python
44
python:
5-
- 2.7
5+
- 3.5
66

77
branches:
88
only:
99
- master
1010

1111
env:
1212
- TOXENV=py26-c,py27-c
13-
- TOXENV=py32-c,py33-c,py34-c
13+
- TOXENV=py32-c,py33-c,py34-c,py35-c
1414
- TOXENV=py26-pure,py27-pure
15-
- TOXENV=py32-pure,py33-pure,py34-pure
15+
- TOXENV=py32-pure,py33-pure,py34-pure,py35-pure
1616
- TOXENV=pypy-pure,pypy3-pure
1717

1818
install:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = {py26,py27,py32,py33,py34}-{c,pure},{pypy,pypy3}-pure,py27-x86,py34-x86
2+
envlist = {py26,py27,py32,py33,py34,py35}-{c,pure},{pypy,pypy3}-pure,py27-x86,py34-x86
33

44
[variants:pure]
55
setenv=

0 commit comments

Comments
 (0)
0