summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Willmer <alex@moreati.org.uk>2020-02-14 06:45:17 +0000
committerGitHub <noreply@github.com>2020-02-14 15:45:17 +0900
commitcd6561db520de20c681bb50022cec621c0deda82 (patch)
tree92a37b7d8684e71ec1bab94062a2dfe0fd49bd4c /tox.ini
parentf0952f1dd657e3f8437907bfe13885e61d5367fe (diff)
downloadmsgpack-python-cd6561db520de20c681bb50022cec621c0deda82.tar.gz
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.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4b059ff..607b182 100644
--- a/tox.ini
+++ b/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=