File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ before_script:
77 - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
88 - sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
99 - sudo apt-get update -qq
10- - sudo apt-get install -y python3.3 python3 gcc-4.7 gcc-multilib gcc-arm-none-eabi qemu-system mingw32
10+ - sudo apt-get install -y python3.4 python3 gcc-4.7 gcc-multilib gcc-arm-none-eabi qemu-system mingw32
1111 # For teensy build
1212 - sudo apt-get install realpath
1313
@@ -25,8 +25,8 @@ script:
2525 - make -C cc3200 BTARGET=bootloader BTYPE=release
2626 - make -C windows CROSS_COMPILE=i586-mingw32msvc-
2727
28- - (cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests)
29- - (cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests --emit native)
28+ - (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests)
29+ - (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests --emit native)
3030
3131after_failure :
3232 - (cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff -u $testbase.exp $testbase.out; done)
You can’t perform that action at this time.
0 commit comments