Move to smoke, support choosing python version
This commit is contained in:
parent
42e0692eab
commit
41eef2c4dc
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue