Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter committed May 27, 2019
1 parent a676ff2 commit 6a17fe3
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,15 @@ stages:
image: esphome/esphome-base-amd64
stage: lint
before_script:
- pip install -e .
- pip install flake8==3.6.0 pylint==1.9.4 pillow
- script/setup
tags:
- docker

.test: &test
image: esphome/esphome-base-amd64
stage: test
before_script:
- pip install -e .
- script/setup
tags:
- docker
variables:
Expand Down Expand Up @@ -94,15 +93,11 @@ stages:
- docker
stage: deploy

flake8:
lint-python:
<<: *lint
script:
- flake8 esphome

pylint:
<<: *lint
script:
- pylint esphome
- script/ci-custom.py
- script/lint-python

test1:
<<: *test
Expand Down

0 comments on commit 6a17fe3

Please sign in to comment.