8000 travis: Seventh try: use --user option for pip install. · eighthree/circuitpython@51c89c3 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 51c89c3

Browse files
committed
travis: Seventh try: use --user option for pip install.
1 parent c80d71c commit 51c89c3

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 --user cpp-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)
0