Make it possible to run Python 3.4 tests optionally
This commit is contained in:
parent
0ec11f1f64
commit
c26b64823b
2 changed files with 13 additions and 0 deletions
|
|
@ -34,6 +34,9 @@
|
|||
- smoke39:
|
||||
dir: smoke
|
||||
run: VERSION=3.9 METHOD=venv ./venv.sh
|
||||
- smoke34_optional:
|
||||
dir: smoke
|
||||
run: VERSION=3.4 METHOD=venv INSTALL_OR_SKIP=true ./venv.sh
|
||||
- smokepypy:
|
||||
dir: smoke
|
||||
run: VERSION=2.7 METHOD=virtualenv PYTHON=pypy ./venv.sh
|
||||
|
|
@ -50,6 +53,7 @@
|
|||
dir: flags
|
||||
run: python3-debug ./assertflags.py -Og
|
||||
required_packages:
|
||||
- dnf
|
||||
- gcc
|
||||
- virtualenv
|
||||
- python2.7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue