2015-04-14 18:45:56 +00:00
|
|
|
python:
|
2013-10-28 09:23:39 +00:00
|
|
|
- "2.7"
|
2016-05-26 09:13:45 +00:00
|
|
|
|
2016-06-22 00:09:15 +00:00
|
|
|
script:
|
|
|
|
- PYTHONPATH=. python tools/test/config_test/config_test.py
|
2016-08-15 22:16:56 +00:00
|
|
|
- python tools/test/pylint.py
|
2016-07-14 19:12:57 +00:00
|
|
|
- py.test tools/test/toolchains/api.py
|
2016-06-22 00:09:15 +00:00
|
|
|
- python tools/build_travis.py
|
2016-05-26 09:13:45 +00:00
|
|
|
before_install:
|
|
|
|
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
|
|
|
|
- sudo apt-get update -qq
|
|
|
|
- sudo apt-get install -qq gcc-arm-none-eabi --force-yes
|
|
|
|
# Print versions we use
|
|
|
|
- arm-none-eabi-gcc --version
|
|
|
|
- python --version
|
2015-02-11 00:36:18 +00:00
|
|
|
install:
|
2015-02-11 00:41:11 +00:00
|
|
|
- sudo pip install colorama
|
2015-04-14 18:45:56 +00:00
|
|
|
- sudo pip install prettytable
|
|
|
|
- sudo pip install jinja2
|
2016-07-14 19:12:57 +00:00
|
|
|
- sudo pip install pytest
|
2016-08-15 22:16:56 +00:00
|
|
|
- sudo pip install pylint
|