diff options
author | dongwenjuan <dong.wenjuan@zte.com.cn> | 2018-08-01 09:12:42 +0800 |
---|---|---|
committer | dongwenjuan <dong.wenjuan@zte.com.cn> | 2018-08-01 09:12:42 +0800 |
commit | 57cbefc7160958eae1d49e4753779180a25864af (patch) | |
tree | 778d630bbb875fcda2c88839188b8b51a7e1c64d /jjb | |
parent | 3547754e808a581b09c9d22e013a7d986d9f6cd1 (diff) |
use py34 for tox
Change-Id: I606e0de73e153de88d592a36d4eaabf1b4690e6c
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
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 |