Run Python 3.4 tests optionally

https://fedoraproject.org/wiki/Changes/RetirePython34
This commit is contained in:
Miro Hrončok 2020-08-04 20:43:21 +02:00
parent 85dbe257dc
commit becf9c0c96

View File

@ -13,9 +13,9 @@
- smoke27:
dir: python/smoke
run: VERSION=2.7 METHOD=virtualenv ./venv.sh
- smoke34:
- smoke34_optional:
dir: python/smoke
run: VERSION=3.4 METHOD=virtualenv ./venv.sh
run: VERSION=3.4 METHOD=virtualenv INSTALL_OR_SKIP=true ./venv.sh
- smoke35:
dir: python/smoke
run: VERSION=3.5 METHOD=virtualenv ./venv.sh
@ -39,7 +39,6 @@
- virtualenv
- python26
- python27
- python34
- python35
- python36
- python37