Skip to content

Commit db386a0

Browse files
committed
enable ansible 2.9.6 tests
1 parent a5fe4a9 commit db386a0

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.ci/azure-pipelines.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ jobs:
4646
MODE: mitogen
4747
DISTRO: centos6
4848

49+
Mito37Debian_27:
50+
python.version: '3.7'
51+
MODE: mitogen
52+
DISTRO: debian
53+
VER: 2.9.6
54+
4955
#Py26CentOS7:
5056
#python.version: '2.7'
5157
#MODE: mitogen
@@ -97,3 +103,8 @@ jobs:
97103
python.version: '3.5'
98104
MODE: ansible
99105
VER: 2.8.0
106+
107+
Ansible_296_37:
108+
python.version: '3.7'
109+
MODE: ansible
110+
VER: 2.9.6

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ matrix:
3636

3737
include:
3838
# Debops tests.
39+
# 2.9.6; 3.7 -> 2.7
40+
- python: "3.7"
41+
env: MODE=debops_common VER=2.9.6
3942
# 2.8.3; 3.6 -> 2.7
4043
- python: "3.6"
4144
env: MODE=debops_common VER=2.8.3
@@ -49,6 +52,9 @@ matrix:
4952

5053
# ansible_mitogen tests.
5154

55+
# 2.9.6 -> {debian, centos6, centos7}
56+
- python: "3.7"
57+
env: MODE=ansible VER=2.9.6
5258
# 2.8.3 -> {debian, centos6, centos7}
5359
- python: "3.6"
5460
env: MODE=ansible VER=2.8.3
@@ -75,6 +81,8 @@ matrix:
7581
# 2.7 -> 2.6
7682
#- python: "2.7"
7783
#env: MODE=mitogen DISTRO=centos6
84+
- python: "3.7"
85+
env: MODE=mitogen DISTRO=centos7
7886
# 2.6 -> 2.7
7987
- python: "2.6"
8088
env: MODE=mitogen DISTRO=centos7

0 commit comments

Comments
 (0)