summaryrefslogtreecommitdiffstats
path: root/jjb/doctor/doctor.yaml
diff options
context:
space:
mode:
authorTomi Juvonen <tomi.juvonen@nokia.com>2019-11-19 13:21:40 +0200
committerTomi Juvonen <tomi.juvonen@nokia.com>2019-11-19 13:22:50 +0200
commit0d088b8386b4916f7e6fdf47eaac7653d229b85e (patch)
tree6e9cdd3e83ca41db38a5b1784591d87cb0df26cf /jjb/doctor/doctor.yaml
parent5708597bc13fa29c27a8734c0102231200eaeea2 (diff)
Bug: Use py36 for Doctor tox
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com> Change-Id: I5327b9a657110de8f126bd17b9749fdf9191da6a
Diffstat (limited to 'jjb/doctor/doctor.yaml')
-rw-r--r--jjb/doctor/doctor.yaml2
1 files changed, 1 insertions, 1 deletions
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
# -------------------------------