Skip to content

Commit c9a6b88

Browse files
committed
Added toml dependency to .travis.yml
1 parent dfd4d35 commit c9a6b88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ install:
3333
- git clone https://github.com/armmbed/mbed-os.git
3434
# Install python dependencies
3535
- pip install -r mbed-os/requirements.txt
36+
- sudo apt-get install python3 python3-pip
37+
- sudo pip3 install toml
3638
# Check versions
3739
- arm-none-eabi-gcc --version
38-
- python --version
3940
- gcc --version

0 commit comments

Comments
 (0)