Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit51c89c3

Browse files
committed
travis: Seventh try: use --user option for pip install.
1 parentc80d71c commit51c89c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎.travis.yml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ addons:
1212
-python3
1313
-python3.4
1414
-gcc-4.7
15-
#- gcc-multilib
15+
-gcc-multilib
1616
#- gcc-arm-none-eabi
1717
-qemu-system
1818
-mingw32
@@ -26,7 +26,7 @@ before_script:
2626
# # For teensy build
2727
# - sudo apt-get install realpath
2828
# # For coverage testing
29-
-pip install cpp-coveralls
29+
-pip install--usercpp-coveralls
3030

3131
script:
3232
-make -C minimal test CC=gcc-4.7
@@ -41,6 +41,7 @@ script:
4141
#- make -C cc3200 BTARGET=application BTYPE=release
4242
#- make -C cc3200 BTARGET=bootloader BTYPE=release
4343
-make -C windows CROSS_COMPILE=i586-mingw32msvc-
44+
-which coveralls
4445

4546
# run tests without coverage info
4647
-(cd tests && MICROPY_CPYTHON3=python3.4 ./run-tests)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp