We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf5ce4 commit 95e7bcaCopy full SHA for 95e7bca
.travis.yml
@@ -49,16 +49,17 @@ matrix:
49
50
# ansible_mitogen tests.
51
52
- # 3.6 -> {debian, centos6, centos7}
+ # 2.8.0 -> {debian, centos6, centos7}
53
- python: "3.6"
54
env: MODE=ansible VER=2.8.0
55
- - python: "3.6"
56
- env: MODE=ansible VER=2.4.6.0
57
-
58
- # 2.7 -> {debian, centos6, centos7}
59
- python: "2.7"
60
61
- # 2.6 -> {debian, centos6, centos7}
+
+ # 2.4.6.0 -> {debian, centos6, centos7}
+ - python: "3.6"
+ env: MODE=ansible VER=2.4.6.0
62
63
- python: "2.6"
64
env: MODE=ansible VER=2.4.6.0
65
0 commit comments