mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-04 09:10:02 +01:00
7 lines
119 B
YAML
7 lines
119 B
YAML
language: python
|
|
python: "3.6"
|
|
install: pip install -r requirements.txt
|
|
script:
|
|
- python3 travis.py
|
|
- make html-strict
|