We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a4578 commit cf46dc8Copy full SHA for cf46dc8
scripts/runtox.sh
@@ -38,4 +38,6 @@ if [ -z "${ENV}" ]; then
38
exit 0
39
fi
40
41
+echo "~~~ Running tox with environment: $ENV ~~~"
42
exec $TOXPATH -p auto -o -e "$ENV" -- "${@:2}"
43
+echo "~~~ Tox completed ~~~"
0 commit comments