From b4fd40e6ca5742858db8ec2d4e81ee2ea30bbfb5 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Jun 23 2020 18:38:51 +0000 Subject: Test virtualenv with pip for Py 2.7 (bundled wheels in ensurepip) and Py 3.9 --- diff --git a/tests.yml b/tests.yml index 7633e84..ee2bd4c 100644 --- a/tests.yml +++ b/tests.yml @@ -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