diff --git a/scripts/runtox.sh b/scripts/runtox.sh index 6acf4406fb..146af7c665 100755 --- a/scripts/runtox.sh +++ b/scripts/runtox.sh @@ -25,6 +25,8 @@ done searchstring="$1" +export TOX_PARALLEL_NO_SPINNER=1 + if $excludelatest; then echo "Excluding latest" ENV="$($TOXPATH -l | grep -- "$searchstring" | grep -v -- '-latest' | tr $'\n' ',')"