mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-10 10:00:58 +00:00
Drone: Remove need for wagtail-flake8 image
This commit is contained in:
parent
d09d403d54
commit
7979dffdaa
1 changed files with 2 additions and 1 deletions
|
|
@ -2,8 +2,9 @@
|
|||
|
||||
build:
|
||||
flake8:
|
||||
image: wagtail-flake8
|
||||
image: python:3.5
|
||||
commands:
|
||||
- XDG_CACHE_HOME=/drone/pip-cache pip install flake8
|
||||
- flake8 wagtail
|
||||
jscs:
|
||||
image: wagtail-jscs
|
||||
|
|
|
|||
Loading…
Reference in a new issue