wagtail/.drone.yml
Karl Hobley f19f4cff9a Drone: Revert "Debugging" commit. Fix env section
Ok, now the builds should be faster :)
2015-07-06 13:32:51 +01:00

7 lines
184 B
YAML

image: wagtail-ci
script:
- python3.4 setup.py install
- pip3.4 install -r requirements-dev.txt
- python3.4 runtests.py --keepdb
env:
- DATABASE_NAME=/base-dbs/wagtail.v1.0.sqlite