Feature 10296 Pip Standardization
[osm/PLA.git] / devops-stages / stage-test.sh
index 69c6fcd..2d7b24e 100755 (executable)
@@ -11,4 +11,6 @@
 # implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-tox
+
+OUTPUT=$(TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto)
+printf "$OUTPUT"