use py34 for tox
[releng.git] / jjb / doctor / doctor.yaml
index 25ea0ae..13cf1a2 100644 (file)
               - ../../utils/fetch_os_creds.sh
       - shell: |
           source $HOME/opnfv-openrc.sh
-          source $HOME/os_cacert
-          tox -e py35
+          if [ -f $HOME/os_cacert ]; then
+              export OS_CACERT=$HOME/os_cacert
+          fi
+
+          tox -e py34
 
 # -------------------------------
 # publisher macros