Skip to content

Commit b14a970

Browse files
committed
Adding check to Travis for exporter support matrix
1 parent 67c2ea7 commit b14a970

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ script:
77
- python tools/test/pylint.py
88
- py.test tools/test/toolchains/api.py
99
- python tools/test/memap/memap_test.py
10+
- python tools/project.py -S
1011
- python tools/build_travis.py
1112
before_install:
1213
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
@@ -16,9 +17,7 @@ before_install:
1617
- arm-none-eabi-gcc --version
1718
- python --version
1819
install:
19-
- sudo pip install colorama
20-
- sudo pip install prettytable
21-
- sudo pip install jinja2
20+
- sudo pip install -r requirements.txt
2221
- sudo pip install pytest
2322
- sudo pip install pylint
2423
- sudo pip install hypothesis

0 commit comments

Comments
 (0)