Change-Id: Id1746db909a3aed9f90badf66f77c70307c11987
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
# License for the specific language governing permissions and limitations
# under the License.
-OUTPUT=$(TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto)
-printf "$OUTPUT"
+echo "Launching tox"
+TOX_PARALLEL_NO_SPINNER=1 tox --parallel=auto
+
passenv = HOME
deps = -r{toxinidir}/requirements.txt
skip_install = true
+parallel_show_output = true
#######################################################################################