Drone: Remove need for wagtail-flake8 image

This commit is contained in:
Karl Hobley 2016-02-01 12:10:33 +00:00
parent d09d403d54
commit 7979dffdaa

View file

@ -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