Skip to content

Commit 89ea0f7

Browse files
committed
💚 update travis matrix
1 parent 0ffbe1c commit 89ea0f7

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.moban.d/custom_travis.yml.jj2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ env:
1010
- DJANGO_VERSION=3.1.1
1111
{%endblock%}1
1212

13-
{%block exclusion_matrix%}
14-
matrix:
13+
{%block extra_jobs%}
14+
exclude:
1515
- python: 3.6
1616
env: DJANGO_VERSION=1.9.13
1717
- python: 3.6

.travis.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,6 @@ env:
1414
python:
1515
- 3.6
1616
- 3.7
17-
matrix:
18-
- python: 3.6
19-
env: DJANGO_VERSION=1.9.13
20-
- python: 3.6
21-
env: DJANGO_VERSION=1.10.8
22-
- python: 3.7
23-
env: DJANGO_VERSION=1.8.18
24-
- python: 3.7
25-
env: DJANGO_VERSION=1.9.13
26-
- python: 3.7
27-
env: DJANGO_VERSION=1.10.8
28-
- python: 3.7
29-
env: DJANGO_VERSION=1.8.18
30-
- python: 3.7
31-
env: DJANGO_VERSION=1.11.15
3217

3318
stages:
3419
- lint
@@ -59,6 +44,21 @@ jobs:
5944
include:
6045
- *moban
6146
- *lint
47+
exclude:
48+
- python: 3.6
49+
env: DJANGO_VERSION=1.9.13
50+
- python: 3.6
51+
env: DJANGO_VERSION=1.10.8
52+
- python: 3.7
53+
env: DJANGO_VERSION=1.8.18
54+
- python: 3.7
55+
env: DJANGO_VERSION=1.9.13
56+
- python: 3.7
57+
env: DJANGO_VERSION=1.10.8
58+
- python: 3.7
59+
env: DJANGO_VERSION=1.8.18
60+
- python: 3.7
61+
env: DJANGO_VERSION=1.11.15
6262

6363
stage: test
6464

0 commit comments

Comments
 (0)