Feature 10296 Pip Standardization
[osm/LCM.git] / devops-stages / stage-test.sh
index 0cd6714..141fa55 100755 (executable)
@@ -14,4 +14,5 @@
 # under the License.
 ##
 
-tox -e flake8
+OUTPUT=$(TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto)
+printf "$OUTPUT"