Skip to content

Commit 5057ae0

Browse files
author
Mohammad Azim Khan
committed
Installing mbed-os dependencies
1 parent f00ba90 commit 5057ae0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ script:
66
- mbed config root .
77
# Pull in mbed-os and other dependencies
88
- mbed deploy
9+
- sudo pip install -r mbed-os/requirements.txt
910
- mbed compile --clean -m K64F -t GCC_ARM
1011
- mbed compile --clean -m K64F -t GCC_ARM --profile debug
1112

@@ -19,4 +20,8 @@ before_install:
1920

2021
install:
2122
- sudo pip install mbed-cli==0.9.10
23+
- sudo pip install pytest
24+
- sudo pip install pylint
25+
- sudo pip install hypothesis
26+
- sudo pip install mock
2227

0 commit comments

Comments
 (0)