Automate HassIO builds using Gitlab CI (#52)
* Add Gitlab CI * Fix aarch64 edge build
This commit is contained in:
4
docker/Dockerfile.lint
Normal file
4
docker/Dockerfile.lint
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM python:2.7
|
||||
|
||||
RUN pip install -r requirements.txt && \
|
||||
pip install flake8==3.5.0 pylint==1.8.4
|
||||
Reference in New Issue
Block a user