From 0d088b8386b4916f7e6fdf47eaac7653d229b85e Mon Sep 17 00:00:00 2001 From: Tomi Juvonen Date: Tue, 19 Nov 2019 13:21:40 +0200 Subject: Bug: Use py36 for Doctor tox Signed-off-by: Tomi Juvonen Change-Id: I5327b9a657110de8f126bd17b9749fdf9191da6a --- jjb/doctor/doctor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/doctor/doctor.yaml') 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 # ------------------------------- -- cgit 1.2.3-korg