issue #426: enable a 2->3 Mitogen job.
This commit is contained in:
parent
c84f36e809
commit
8f03060e0c
|
@ -32,6 +32,9 @@ matrix:
|
||||||
# 2.6 -> 2.7
|
# 2.6 -> 2.7
|
||||||
- python: "2.6"
|
- python: "2.6"
|
||||||
env: MODE=mitogen DISTRO=centos7
|
env: MODE=mitogen DISTRO=centos7
|
||||||
|
# 2.6 -> 3.5
|
||||||
|
- python: "2.6"
|
||||||
|
env: MODE=mitogen DISTRO=debian-py3
|
||||||
# 3.6 -> 2.6
|
# 3.6 -> 2.6
|
||||||
- python: "3.6"
|
- python: "3.6"
|
||||||
env: MODE=mitogen DISTRO=centos6
|
env: MODE=mitogen DISTRO=centos6
|
||||||
|
|
Loading…
Reference in New Issue