bionic doesn't have python2.6... sticking with trusty and downgrading to python3.6

This commit is contained in:
Steven Robertson 2020-04-30 12:56:02 -07:00
parent 6bdcbff7b2
commit 54f1b9ca39
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
sudo: required sudo: required
dist: bionic dist: trusty
notifications: notifications:
email: false email: false
@ -37,7 +37,7 @@ matrix:
include: include:
# Debops tests. # Debops tests.
# 2.9.6; 3.7 -> 2.7 # 2.9.6; 3.7 -> 2.7
- python: "3.7" - python: "3.6"
env: MODE=debops_common VER=2.9.6 env: MODE=debops_common VER=2.9.6
# 2.8.3; 3.6 -> 2.7 # 2.8.3; 3.6 -> 2.7
- python: "3.6" - python: "3.6"
@ -53,7 +53,7 @@ matrix:
# ansible_mitogen tests. # ansible_mitogen tests.
# 2.9.6 -> {debian, centos6, centos7} # 2.9.6 -> {debian, centos6, centos7}
- python: "3.7" - python: "3.6"
env: MODE=ansible VER=2.9.6 env: MODE=ansible VER=2.9.6
# 2.8.3 -> {debian, centos6, centos7} # 2.8.3 -> {debian, centos6, centos7}
- python: "3.6" - python: "3.6"
@ -81,7 +81,7 @@ matrix:
# 2.7 -> 2.6 # 2.7 -> 2.6
#- python: "2.7" #- python: "2.7"
#env: MODE=mitogen DISTRO=centos6 #env: MODE=mitogen DISTRO=centos6
- python: "3.7" - python: "3.6"
env: MODE=mitogen DISTRO=centos7 env: MODE=mitogen DISTRO=centos7
# 2.6 -> 2.7 # 2.6 -> 2.7
- python: "2.6" - python: "2.6"