diff options
| author | INADA Naoki <songofacandy@gmail.com> | 2016-01-25 01:15:51 +0900 |
|---|---|---|
| committer | INADA Naoki <songofacandy@gmail.com> | 2016-01-25 01:17:21 +0900 |
| commit | 005739388d4a611979ae029fab2a1982a366a285 (patch) | |
| tree | 6e86d49a85671d7db3e6c972e475fd62c0f1f401 /tox.ini | |
| parent | 3a8bb070f76af211356fef9e0395e1429e81a9b2 (diff) | |
| download | msgpack-python-005739388d4a611979ae029fab2a1982a366a285.tar.gz | |
Drop Python 2.6, 3.2 support
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = {py26,py27,py32,py33,py34,py35}-{c,pure},{pypy,pypy3}-pure,py27-x86,py34-x86 +envlist = {py27,py33,py34,py35}-{c,pure},{pypy,pypy3}-pure,py27-x86,py34-x86 [variants:pure] setenv= @@ -36,4 +36,3 @@ commands= python -c 'import sys; print(hex(sys.maxsize))' python -c 'from msgpack import _packer, _unpacker' py.test - |
