mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
Lint
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
FROM python:2.7
|
||||
|
||||
RUN pip install -r requirements.txt && \
|
||||
pip install flake8==3.5.0 pylint==1.8.4
|
||||
COPY requirements.txt /requirements.txt
|
||||
|
||||
RUN pip install -r /requirements.txt && \
|
||||
pip install flake8==3.5.0 pylint==1.8.4 tzlocal pillow
|
||||
|
||||
Reference in New Issue
Block a user