From 83f0608bfe30ffce5aa2fadc204d9a8fbe3c1318 Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Mon, 14 Mar 2022 10:41:45 +0100 Subject: [PATCH] travis: run nosetests-2.7 --- 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 7e36a0abc0c6..b900426c8b5c 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/