mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8 lines
133 B
YAML
8 lines
133 B
YAML
language: python
|
|
sudo: false
|
|
python:
|
|
- "3.4"
|
|
script:
|
|
- pip install flake8
|
|
- travis_wait 20 python -m flake8 --config=.flake8 .
|