diff --git a/tests/tests.yml b/tests/tests.yml index 800f3eb..470bec1 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -17,6 +17,9 @@ - smoke34nd: dir: python/smoke run: VERSION=3.4 METHOD=virtualenv-no-download ./venv.sh + - smoke34sp: + dir: python/smoke + run: VERSION=3.4 METHOD=virtualenv-seeder-pip ./venv.sh - smoke35: dir: python/smoke run: VERSION=3.5 METHOD=virtualenv ./venv.sh @@ -32,6 +35,9 @@ - smoke38nd: dir: python/smoke run: VERSION=3.8 METHOD=virtualenv-no-download ./venv.sh + - smoke38sp: + dir: python/smoke + run: VERSION=3.8 METHOD=virtualenv-seeder-pip ./venv.sh required_packages: - gcc - virtualenv