We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1cc4a6 commit 8c1bec4Copy full SHA for 8c1bec4
1 file changed
.travis.yml
@@ -4,11 +4,12 @@ compiler:
4
5
before_script:
6
- sudo add-apt-repository -y ppa:fkrull/deadsnakes
7
+ - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
8
- sudo apt-get update -qq
- - sudo apt-get install -y python3.3 python3
9
+ - sudo apt-get install -y python3.3 python3 gcc-4.7
10
11
script:
- - make -C unix
12
+ - make -C unix CC=gcc-4.7
13
- cd tests && MICROPY_CPYTHON3=python3.3 ./run-tests
14
15
after_failure: for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff $testbase.exp $testbase.out; done
0 commit comments