8000 Merge pull request #168 from msgpack/feature/drop-2.6 · sugarguo/msgpack-python@c851389 · GitHub
[go: up one dir, main page]

Skip to content

Commit c851389

Browse files
committed
Merge pull request msgpack#168 from msgpack/feature/drop-2.6
Drop Python 2.6, 3.2 support
2 parents 3a8bb07 + 0057393 commit c851389

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ branches:
1111
- master
1212

1313
env:
14-
- TOXENV=py26-c,py27-c
15-
- TOXENV=py32-c,py33-c,py34-c,py35-c
16-
- TOXENV=py26-pure,py27-pure
17-
- TOXENV=py32-pure,py33-pure,py34-pure,py35-pure
14+
- TOXENV=py27-c,py33-c,py34-c,py35-c
15+
- TOXENV=py27-pure,py33-pure,py34-pure,py35-pure
1816
- TOXENV=pypy-pure,pypy3-pure
1917

2018
install:

tox.ini

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

44
[variants:pure]
55
setenv=
@@ -36,4 +36,3 @@ commands=
3636
python -c 'import sys; print(hex(sys.maxsize))'
3737
python -c 'from msgpack import _packer, _unpacker'
3838
py.test
39-

0 commit comments

Comments
 (0)
0