2020-05-11 10:16:38 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
|
|
|
sudo: false
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- "~/.platformio"
|
|
|
|
install:
|
|
|
|
- pip install -U platformio
|
|
|
|
- platformio update
|
|
|
|
script:
|
2020-05-29 18:33:25 +00:00
|
|
|
- platformio check --fail-on-defect low --fail-on-defect medium --fail-on-defect high
|
2020-05-11 10:16:38 +00:00
|
|
|
- platformio run
|