File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ addons:
12
12
- python3
13
13
- python3.4
14
14
- gcc-4.7
15
- # - gcc-multilib
15
+ - gcc-multilib
16
16
# - gcc-arm-none-eabi
17
17
- qemu-system
18
18
- mingw32
@@ -26,7 +26,7 @@ before_script:
26
26
# # For teensy build
27
27
# - sudo apt-get install realpath
28
28
# # For coverage testing
29
- - pip install cpp-coveralls
29
+ - pip install --user cpp-coveralls
30
30
31
31
script :
32
32
- make -C minimal test CC=gcc-4.7
@@ -41,6 +41,7 @@ script:
41
41
# - make -C cc3200 BTARGET=application BTYPE=release
42
42
# - make -C cc3200 BTARGET=bootloader BTYPE=release
43
43
- make -C windows CROSS_COMPILE=i586-mingw32msvc-
44
+ - which coveralls
44
45
45
46
# run tests without coverage info
46
47
- (cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests)
You can’t perform that action at this time.
0 commit comments