Skip to content

Commit ab9a80c

Browse files
committed
ci: Ansible 2.8 requires Python 2.7.
1 parent 08e7fe4 commit ab9a80c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ matrix:
4747
# 2.4.6.0; 2.7 -> 2.7
4848
- python: "2.7"
4949
env: MODE=debops_common VER=2.4.6.0
50-
# 2.5.7; 3.6 -> 2.7
50+
# 2.8.0; 3.6 -> 2.7
5151
- python: "3.6"
5252
env: MODE=debops_common VER=2.8.0
5353

@@ -60,7 +60,8 @@ matrix:
6060
# 2.6 -> {debian, centos6, centos7}
6161
- python: "2.6"
6262
env: MODE=ansible VER=2.4.6.0
63-
- python: "2.6"
63+
# 2.7 -> {debian, centos6, centos7}
64+
- python: "2.7"
6465
env: MODE=ansible VER=2.8.0
6566

6667
# 3.6 -> {debian, centos6, centos7}

0 commit comments

Comments
 (0)