Test virtualenv with pip for Py 2.7 (bundled wheels in ensurepip) and Py 3.9
This commit is contained in:
parent
261dfe65e1
commit
b4fd40e6ca
1 changed files with 6 additions and 0 deletions
|
|
@ -19,6 +19,9 @@
|
|||
- smoke27:
|
||||
dir: smoke
|
||||
run: VERSION=2.7 METHOD=virtualenv ./venv.sh
|
||||
- smoke27_seeder_pip:
|
||||
dir: smoke
|
||||
run: VERSION=2.7 METHOD=virtualenv-seeder-pip ./venv.sh
|
||||
- smoke35:
|
||||
dir: smoke
|
||||
run: VERSION=3.5 METHOD=virtualenv-no-download ./venv.sh
|
||||
|
|
@ -34,6 +37,9 @@
|
|||
- smoke39:
|
||||
dir: smoke
|
||||
run: VERSION=3.9 METHOD=venv ./venv.sh
|
||||
- smoke39_seeder_pip:
|
||||
dir: smoke
|
||||
run: VERSION=3.9 METHOD=virtualenv-seeder-pip ./venv.sh
|
||||
- smoke34_optional:
|
||||
dir: smoke
|
||||
run: VERSION=3.4 METHOD=venv INSTALL_OR_SKIP=true ./venv.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue