issue #426: enable a 2->3 Mitogen job.

This commit is contained in:
David Wilson 2018-11-07 00:14:10 +00:00
parent c84f36e809
commit 8f03060e0c
1 changed files with 3 additions and 0 deletions

View File

@ -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