Allow tox-install to handle base python ver
[releng/global-jjb.git] / shell / tox-run.sh
index 0eae0f1..dd67699 100644 (file)
@@ -10,6 +10,9 @@
 ##############################################################################
 echo "---> tox-run.sh"
 
+# shellcheck source=/tmp/v/tox/bin/activate disable=SC1091
+source "/tmp/v/tox/bin/activate"
+
 # Ensure we fail the job if any steps fail.
 # DO NOT set -u as virtualenv's activate script has unbound variables
 set -e -o pipefail