Browse Source

Use wagtail-ci image on Drone

Karl Hobley 9 years ago
parent
commit
2ef88b0307
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -1,4 +1,4 @@
-image: kaedroho/django-base
+image: wagtail-ci
 script:
  - python3.4 setup.py install
  - pip3.4 install -r requirements-dev.txt