Skip to content

Commit cd6561d

Browse files
authored
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.
1 parent f0952f1 commit cd6561d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tox.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
[tox]
2-
envlist = {py27,py35,py36,py37,py38}-{c,pure},{pypy,pypy3}-pure,py27-x86,py34-x86
2+
envlist =
3+
py27-pure,
4+
{py35,py36,py37,py38}-{c,pure},
5+
{pypy,pypy3}-pure,
6+
py27-x86,
7+
py34-x86,
38

49
[variants:pure]
510
setenv=

0 commit comments

Comments
 (0)