mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 06:58:11 +01:00
9bb06782b2
* Add Gitlab CI * Fix aarch64 edge build
4 lines
102 B
Text
4 lines
102 B
Text
FROM python:2.7
|
|
|
|
RUN pip install -r requirements.txt && \
|
|
pip install flake8==3.5.0 pylint==1.8.4
|