Skip to content

Commit f90cb06

Browse files
committed
ref: reformat tox.ini
1 parent b866e9b commit f90cb06

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

tox.ini

+19-15
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,19 @@ envlist =
1111

1212

1313
# === Integrations ===
14-
# Formatting: 1 blank line between different integrations.
15-
16-
py{3.7,3.8}-django-{2.2,3.0,dev}
14+
# General format is {pythonversion}-{integrationname}-{frameworkversion}
15+
# 1 blank line between different integrations
16+
# Each framework version should only be mentioned once. I.e:
17+
# {py2.7,py3.7}-django-{1.11}
18+
# {py3.7}-django-{2.2}
19+
# instead of:
20+
# {py2.7}-django-{1.11}
21+
# {py2.7,py3.7}-django-{1.11,2.2}
22+
23+
{pypy,py2.7}-django-{1.6,1.7}
24+
{pypy,py2.7,py3.5}-django-{1.8,1.9,1.10,1.11}
1725
{py3.5,py3.6,py3.7}-django-{2.0,2.1}
18-
{pypy,py2.7,py3.5}-django-1.11
19-
{pypy,py2.7,py3.5}-django-{1.8,1.9,1.10}
20-
{pypy,py2.7}-django-1.7
21-
{pypy,py2.7}-django-1.6
26+
{py3.7,py3.8}-django-{2.2,3.0,dev}
2227

2328
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-flask-{1.1,1.0,0.11,0.12}
2429
{py3.6,py3.7,py3.8}-flask-{1.1,1.0,0.11,0.12,dev}
@@ -28,14 +33,13 @@ envlist =
2833
{pypy,py2.7,py3.5,py3.6,py3.7}-falcon-1.4
2934
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-falcon-2.0
3035

31-
py3.5-sanic-{0.8,18}
32-
{py3.6,py3.7}-sanic-{0.8,18,19}
36+
{py3.5,py3.6,py3.7}-sanic-{0.8,18}
37+
{py3.6,py3.7}-sanic-19
3338

3439
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-celery-{4.1,4.2,4.3,4.4}
3540
{pypy,py2.7}-celery-3
3641

37-
py2.7-beam-{2.12,2.13}
38-
py3.7-beam-{2.12,2.13}
42+
{py2.7,py3.7}-beam-{2.12,2.13}
3943

4044
# The aws_lambda tests deploy to the real AWS and have their own matrix of Python versions.
4145
py3.7-aws_lambda
@@ -46,13 +50,13 @@ envlist =
4650
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-rq-{0.12,0.13,1.0,1.1,1.2,1.3}
4751

4852
py3.7-aiohttp-3.5
49-
py{3.7,3.8}-aiohttp-3.6
53+
{py3.7,py3.8}-aiohttp-3.6
5054

5155
{py3.7,py3.8}-tornado-{5,6}
5256

53-
{py3.4}-trytond-{4.6,4.8,5.0}
54-
{py3.5}-trytond-{4.6,4.8,5.0,5.2}
55-
{py3.6,py3.7,py3.8}-trytond-{4.6,4.8,5.0,5.2,5.4}
57+
{py3.4,py3.5,py3.6,py3.7,py3.8}-trytond-{4.6,4.8,5.0}
58+
{py3.5,py3.6,py3.7,py3.8}-trytond-{5.2}
59+
{py3.6,py3.7,py3.8}-trytond-{5.4}
5660

5761
{py2.7,py3.8}-requests
5862

0 commit comments

Comments
 (0)