diff --git a/tests.yml b/tests.yml index 01f23b2..341a8c7 100644 --- a/tests.yml +++ b/tests.yml @@ -32,7 +32,7 @@ run: runuser testuser -c 'VERSION=3.6 METHOD=venv TOX=false ./venv.sh' - smoke37: dir: smoke - run: runuser testuser -c 'VERSION=3.7 METHOD=venv ./venv.sh' + run: VERSION=3.7 METHOD=venv INSTALL_OR_SKIP=true ./venv.sh - smoke38: dir: smoke run: runuser testuser -c 'VERSION=3.8 METHOD=venv ./venv.sh' @@ -80,7 +80,6 @@ - virtualenv - python2.7 - python3.6 - - python3.7 - python3.8 - python3.9 - python3.11