Bug: Use py36 for Doctor tox 39/68939/1
authorTomi Juvonen <tomi.juvonen@nokia.com>
Tue, 19 Nov 2019 11:21:40 +0000 (13:21 +0200)
committerTomi Juvonen <tomi.juvonen@nokia.com>
Tue, 19 Nov 2019 11:22:50 +0000 (13:22 +0200)
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
Change-Id: I5327b9a657110de8f126bd17b9749fdf9191da6a

jjb/doctor/doctor.yaml

index 41963cc..59d75c8 100644 (file)
 
           # 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
 
 
 # -------------------------------