diff --git a/tests/tests.yml b/tests/tests.yml index 440f3a0..0e0eb5a 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -14,12 +14,18 @@ - smoke39nd: dir: python/smoke run: VERSION=3.9 METHOD=virtualenv-no-download ./venv.sh + - smoke39d: + dir: python/smoke + run: VERSION=3.9 METHOD=virtualenv-download TOX=false ./venv.sh - smoke39sp: dir: python/smoke run: VERSION=3.9 METHOD=virtualenv-seeder-pip ./venv.sh - smoke311: dir: python/smoke run: VERSION=3.11 METHOD=virtualenv ./venv.sh + - smoke311d: + dir: python/smoke + run: VERSION=3.11 METHOD=virtualenv-download TOX=false ./venv.sh - smoke311nd: dir: python/smoke run: VERSION=3.11 METHOD=virtualenv-no-download ./venv.sh