Skip to content

Commit cf46dc8

Browse files
committed
is tox finishing?
1 parent e6a4578 commit cf46dc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/runtox.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ if [ -z "${ENV}" ]; then
3838
exit 0
3939
fi
4040

41+
echo "~~~ Running tox with environment: $ENV ~~~"
4142
exec $TOXPATH -p auto -o -e "$ENV" -- "${@:2}"
43+
echo "~~~ Tox completed ~~~"

0 commit comments

Comments
 (0)