@@ -11,14 +11,19 @@ envlist =
11
11
12
12
13
13
# === 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}
17
25
{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}
22
27
23
28
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-flask-{1.1,1.0,0.11,0.12}
24
29
{py3.6,py3.7,py3.8}-flask-{1.1,1.0,0.11,0.12,dev}
@@ -28,14 +33,13 @@ envlist =
28
33
{pypy,py2.7,py3.5,py3.6,py3.7}-falcon-1.4
29
34
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-falcon-2.0
30
35
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
33
38
34
39
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-celery-{4.1,4.2,4.3,4.4}
35
40
{pypy,py2.7}-celery-3
36
41
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}
39
43
40
44
# The aws_lambda tests deploy to the real AWS and have their own matrix of Python versions.
41
45
py3.7-aws_lambda
@@ -46,13 +50,13 @@ envlist =
46
50
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-rq-{0.12,0.13,1.0,1.1,1.2,1.3}
47
51
48
52
py3.7-aiohttp-3.5
49
- py{3 .7,3 .8}-aiohttp-3.6
53
+ {py3 .7,py3 .8}-aiohttp-3.6
50
54
51
55
{py3.7,py3.8}-tornado-{5,6}
52
56
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}
56
60
57
61
{py2.7,py3.8}-requests
58
62
0 commit comments