Skip to content

Commit 54f1b9c

Browse files
committed
bionic doesn't have python2.6... sticking with trusty and downgrading to python3.6
1 parent 6bdcbff commit 54f1b9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sudo: required
2-
dist: bionic
2+
dist: trusty
33

44
notifications:
55
email: false
@@ -37,7 +37,7 @@ matrix:
3737
include:
3838
# Debops tests.
3939
# 2.9.6; 3.7 -> 2.7
40-
- python: "3.7"
40+
- python: "3.6"
4141
env: MODE=debops_common VER=2.9.6
4242
# 2.8.3; 3.6 -> 2.7
4343
- python: "3.6"
@@ -53,7 +53,7 @@ matrix:
5353
# ansible_mitogen tests.
5454

5555
# 2.9.6 -> {debian, centos6, centos7}
56-
- python: "3.7"
56+
- python: "3.6"
5757
env: MODE=ansible VER=2.9.6
5858
# 2.8.3 -> {debian, centos6, centos7}
5959
- python: "3.6"
@@ -81,7 +81,7 @@ matrix:
8181
# 2.7 -> 2.6
8282
#- python: "2.7"
8383
#env: MODE=mitogen DISTRO=centos6
84-
- python: "3.7"
84+
- python: "3.6"
8585
env: MODE=mitogen DISTRO=centos7
8686
# 2.6 -> 2.7
8787
- python: "2.6"

0 commit comments

Comments
 (0)