Feature 10296 Pip Standardization
[osm/N2VC.git] / devops-stages / stage-test.sh
index 41875be..50f588a 100755 (executable)
@@ -12,5 +12,5 @@
 #     See the License for the specific language governing permissions and
 #     limitations under the License.
 
-#!/bin/sh
-tox --recreate
\ No newline at end of file
+OUTPUT=$(TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto)
+printf "$OUTPUT"