From b4fd40e6ca5742858db8ec2d4e81ee2ea30bbfb5 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Tue, 23 Jun 2020 14:10:41 +0200 Subject: [PATCH] Test virtualenv with pip for Py 2.7 (bundled wheels in ensurepip) and Py 3.9 --- tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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