0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 10:58:52 +01:00
wagtail/.drone.yml

6 lines
123 B
YAML
Raw Normal View History

2015-05-25 17:13:12 +02:00
image: wagtail-ci
2015-04-03 15:42:47 +02:00
script:
- python3.4 setup.py install
- pip3.4 install -r requirements-dev.txt
- python3.4 runtests.py