Skip to content

Commit 85c602e

Browse files
committed
Install python modules needed events and littlefs tests
Signed-off-by: Devaraj Ranganna <[email protected]>
1 parent 1c3a81c commit 85c602e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,17 @@ matrix:
196196
- &extended-vm
197197
name: "events"
198198
env: NAME=events EVENTS=events
199+
language: python
200+
python: 3.7
201+
install:
202+
# Install gcc
203+
- source_pkg gcc
204+
- arm-none-eabi-gcc --version
205+
# Install python modules
206+
- python -m pip install --upgrade pip==18.1
207+
- python -m pip install --upgrade setuptools==40.4.3
208+
- pip install -r requirements.txt
209+
- pip list --verbose
199210
script:
200211
# Check that example compiles
201212
- sed -n '/``` cpp/,/```/{/```$/Q;/```/d;p;}' ${EVENTS}/README.md > main.cpp

0 commit comments

Comments
 (0)