We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0952f1 commit cd6561dCopy full SHA for cd6561d
tox.ini
@@ -1,5 +1,10 @@
1
[tox]
2
-envlist = {py27,py35,py36,py37,py38}-{c,pure},{pypy,pypy3}-pure,py27-x86,py34-x86
+envlist =
3
+ py27-pure,
4
+ {py35,py36,py37,py38}-{c,pure},
5
+ {pypy,pypy3}-pure,
6
+ py27-x86,
7
+ py34-x86,
8
9
[variants:pure]
10
setenv=
0 commit comments