0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-28 00:17:06 +01:00
wagtail/.drone.yml
2015-04-03 14:47:13 +01:00

6 lines
133 B
YAML

image: kaedroho/django-base
script:
- python3.4 setup.py install
- pip3.4 install -r requirements-dev.txt
- python3.4 runtests.py