Move to smoke, support choosing python version

This commit is contained in:
Petr Šplíchal 2018-07-20 10:54:27 +02:00
commit 41eef2c4dc

View file

@ -1,7 +1,7 @@
#!/bin/sh -eux #!/bin/sh -eux
# TODO set this from outside depending on the package # set python version
VERSION=3.7 VERSION=${VERSION:-3.7}
PYTHON=python$VERSION PYTHON=python$VERSION
# clean from possible older runs # clean from possible older runs