From: Tomi Juvonen Date: Tue, 19 Nov 2019 11:21:40 +0000 (+0200) Subject: Bug: Use py36 for Doctor tox X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F39%2F68939%2F1;p=releng.git Bug: Use py36 for Doctor tox Signed-off-by: Tomi Juvonen Change-Id: I5327b9a657110de8f126bd17b9749fdf9191da6a --- diff --git a/jjb/doctor/doctor.yaml b/jjb/doctor/doctor.yaml index 41963cca9..59d75c838 100644 --- a/jjb/doctor/doctor.yaml +++ b/jjb/doctor/doctor.yaml @@ -210,7 +210,7 @@ # run tox to trigger the test # As Jenkins user, it has no permission to send ICMP package - sudo -E tox -e py34 + sudo -E tox -e py36 # -------------------------------