Update pip requirements to pass stage2 and stage3 in all modules
[osm/PLA.git] / devops-stages / stage-test.sh
index 69c6fcd..2802151 100755 (executable)
@@ -1,4 +1,7 @@
-#!/bin/sh
+#!/bin/bash
+
+# Copyright 2017 Intel Research and Development Ireland Limited
+
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
@@ -11,4 +14,7 @@
 # implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-tox
+
+echo "Launching tox"
+TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto
+