Run Python 3.4 tests optionally
https://fedoraproject.org/wiki/Changes/RetirePython34
This commit is contained in:
parent
0b82688a89
commit
6b023faf55
@ -11,15 +11,15 @@
|
|||||||
- smoke27:
|
- smoke27:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=2.7 METHOD=virtualenv ./venv.sh
|
run: VERSION=2.7 METHOD=virtualenv ./venv.sh
|
||||||
- smoke34:
|
- smoke34_optional:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.4 METHOD=virtualenv ./venv.sh
|
run: VERSION=3.4 METHOD=virtualenv INSTALL_OR_SKIP=true ./venv.sh
|
||||||
- smoke34nd:
|
- smoke34nd_optional:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.4 METHOD=virtualenv-no-download ./venv.sh
|
run: VERSION=3.4 METHOD=virtualenv-no-download INSTALL_OR_SKIP=true ./venv.sh
|
||||||
- smoke34sp:
|
- smoke34sp_optional:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.4 METHOD=virtualenv-seeder-pip ./venv.sh
|
run: VERSION=3.4 METHOD=virtualenv-seeder-pip INSTALL_OR_SKIP=true ./venv.sh
|
||||||
- smoke35:
|
- smoke35:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.5 METHOD=virtualenv ./venv.sh
|
run: VERSION=3.5 METHOD=virtualenv ./venv.sh
|
||||||
@ -42,7 +42,6 @@
|
|||||||
- gcc
|
- gcc
|
||||||
- virtualenv
|
- virtualenv
|
||||||
- python27
|
- python27
|
||||||
- python34
|
|
||||||
- python35
|
- python35
|
||||||
- python36
|
- python36
|
||||||
- python37
|
- python37
|
||||||
|
Loading…
Reference in New Issue
Block a user