diff options
author | 2018-08-01 01:40:40 +0000 | |
---|---|---|
committer | 2018-08-01 01:40:40 +0000 | |
commit | 09cfb60453d9cfa317c5e5d317c48823d23c6258 (patch) | |
tree | f481c2720de20e9f4f6e4824672a1afc0744131d /jjb | |
parent | 1602063f65e7a2b8615280e7682857322f28bcd5 (diff) | |
parent | 57cbefc7160958eae1d49e4753779180a25864af (diff) |
Merge "use py34 for tox"
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 |