Skip to content

Commit eb0a712

Browse files
committed
travis: Use CPython3.4 instead of 3.3.
1 parent b67253e commit eb0a712

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3131
after_failure:
3232
- (cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff -u $testbase.exp $testbase.out; done)

0 commit comments

Comments
 (0)