From 41eef2c4dc8857a6ecf281dce8dedf6fad40132b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Fri, 20 Jul 2018 10:54:27 +0200 Subject: [PATCH] Move to smoke, support choosing python version --- tests-venv => smoke/venv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename tests-venv => smoke/venv.sh (94%) diff --git a/tests-venv b/smoke/venv.sh similarity index 94% rename from tests-venv rename to smoke/venv.sh index bb36258..b20291f 100755 --- a/tests-venv +++ b/smoke/venv.sh @@ -1,7 +1,7 @@ #!/bin/sh -eux -# TODO set this from outside depending on the package -VERSION=3.7 +# set python version +VERSION=${VERSION:-3.7} PYTHON=python$VERSION # clean from possible older runs