From 6ff378f6a322edbe0c1e3e5274fe93feaa7d5e33 Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Mon, 14 Mar 2022 15:19:12 +0100 Subject: [PATCH] travis: run nosetests-2.7 (#6113) --- tools/travis/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis/script.sh b/tools/travis/script.sh index 7e36a0abc0c..b900426c8b5 100755 --- a/tools/travis/script.sh +++ b/tools/travis/script.sh @@ -30,7 +30,7 @@ set -e for suite in "${TESTS[@]}" ; do echo "Currently running test: $suite" - time nosetests --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advanced.cfg test/integration/$suite.py -s -a tags=advanced,required_hardware=false --zone=Sandbox-simulator --hypervisor=simulator || true ; + time nosetests-3.4 --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advanced.cfg test/integration/$suite.py -s -a tags=advanced,required_hardware=false --zone=Sandbox-simulator --hypervisor=simulator || true ; done python3 ./tools/travis/xunit-reader.py integration-test-results/