We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c2ea7 commit b14a970Copy full SHA for b14a970
.travis.yml
@@ -7,6 +7,7 @@ script:
7
- python tools/test/pylint.py
8
- py.test tools/test/toolchains/api.py
9
- python tools/test/memap/memap_test.py
10
+ - python tools/project.py -S
11
- python tools/build_travis.py
12
before_install:
13
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
@@ -16,9 +17,7 @@ before_install:
16
17
- arm-none-eabi-gcc --version
18
- python --version
19
install:
- - sudo pip install colorama
20
- - sudo pip install prettytable
21
- - sudo pip install jinja2
+ - sudo pip install -r requirements.txt
22
- sudo pip install pytest
23
- sudo pip install pylint
24
- sudo pip install hypothesis
0 commit comments