We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067c1de commit 6ff378fCopy full SHA for 6ff378f
tools/travis/script.sh
@@ -30,7 +30,7 @@ set -e
30
31
for suite in "${TESTS[@]}" ; do
32
echo "Currently running test: $suite"
33
- 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 ;
34
done
35
36
python3 ./tools/travis/xunit-reader.py integration-test-results/
0 commit comments