8000
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 c80d71c commit 51c89c3Copy full SHA for 51c89c3
.travis.yml
@@ -12,7 +12,7 @@ addons:
12
- python3
13
- python3.4
14
- gcc-4.7
15
- #- gcc-multilib
+ - gcc-multilib
16
#- gcc-arm-none-eabi
17
- qemu-system
18
- mingw32
@@ -26,7 +26,7 @@ before_script:
26
# # For teensy build
27
# - sudo apt-get install realpath
28
# # For coverage testing
29
- - pip install cpp-coveralls
+ - pip install --user cpp-coveralls
30
31
script:
32
- make -C minimal test CC=gcc-4.7
@@ -41,6 +41,7 @@ script:
41
#- make -C cc3200 BTARGET=application BTYPE=release
42
#- make -C cc3200 BTARGET=bootloader BTYPE=release
43
- make -C windows CROSS_COMPILE=i586-mingw32msvc-
44
+ - which coveralls
45
46
# run tests without coverage info
47
- (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests)
0 commit comments