diff --git a/tests/tests.yml b/tests/tests.yml index acef95f..4d7bc10 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -13,9 +13,9 @@ - smoke27: dir: python/smoke run: VERSION=2.7 METHOD=virtualenv ./venv.sh - - smoke34: + - smoke34_optional: dir: python/smoke - run: VERSION=3.4 METHOD=virtualenv ./venv.sh + run: VERSION=3.4 METHOD=virtualenv INSTALL_OR_SKIP=true ./venv.sh - smoke35: dir: python/smoke run: VERSION=3.5 METHOD=virtualenv ./venv.sh @@ -39,7 +39,6 @@ - virtualenv - python26 - python27 - - python34 - python35 - python36 - python37