diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/doctor/doctor.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/doctor/doctor.yaml b/jjb/doctor/doctor.yaml index 78e0e8a2e..13cf1a227 100644 --- a/jjb/doctor/doctor.yaml +++ b/jjb/doctor/doctor.yaml @@ -157,7 +157,8 @@ if [ -f $HOME/os_cacert ]; then export OS_CACERT=$HOME/os_cacert fi - tox -e py35 + + tox -e py34 # ------------------------------- # publisher macros |