Skip to content

Commit 6ff378f

Browse files
travis: run nosetests-2.7 (#6113)
1 parent 067c1de commit 6ff378f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/travis/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ set -e
3030

3131
for suite in "${TESTS[@]}" ; do
3232
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 ;
33+
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 ;
3434
done
3535

3636
python3 ./tools/travis/xunit-reader.py integration-test-results/

0 commit comments

Comments
 (0)