summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2016-01-25 01:15:51 +0900
committerINADA Naoki <songofacandy@gmail.com>2016-01-25 01:17:21 +0900
commit005739388d4a611979ae029fab2a1982a366a285 (patch)
tree6e86d49a85671d7db3e6c972e475fd62c0f1f401 /tox.ini
parent3a8bb070f76af211356fef9e0395e1429e81a9b2 (diff)
downloadmsgpack-python-005739388d4a611979ae029fab2a1982a366a285.tar.gz
Drop Python 2.6, 3.2 support
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 56ded49..b6e7a7f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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
-