mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
build: Don't test C extension on CPython 2.7 under Tox (#406)
As the Changelog notes, release 1.0 will drop support for the native extension on CPython 2.x. So there seems little benefit of testing it.
This commit is contained in:
parent
f0952f1dd6
commit
cd6561db52
1 changed files with 6 additions and 1 deletions
7
tox.ini
7
tox.ini
|
@ -1,5 +1,10 @@
|
|||
[tox]
|
||||
envlist = {py27,py35,py36,py37,py38}-{c,pure},{pypy,pypy3}-pure,py27-x86,py34-x86
|
||||
envlist =
|
||||
py27-pure,
|
||||
{py35,py36,py37,py38}-{c,pure},
|
||||
{pypy,pypy3}-pure,
|
||||
py27-x86,
|
||||
py34-x86,
|
||||
|
||||
[variants:pure]
|
||||
setenv=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue