mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
22fd4ec722
* Make compatible with python 3 * Update travis * Env * Fix typo * Fix install correct platformio * Lint * Fix build flags * Lint * Upgrade pylint * Lint
6 lines
159 B
Docker
6 lines
159 B
Docker
FROM python:2.7
|
|
|
|
COPY requirements.txt /requirements.txt
|
|
|
|
RUN pip install -r /requirements.txt && \
|
|
pip install flake8==3.6.0 pylint==1.9.4 tzlocal pillow
|