0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 19:20:56 +01:00

Merge pull request #1470 from torchbox/drone-faster-builds

Drone: Build from prebuilt database
This commit is contained in:
Tom Dyson 2015-07-06 14:29:27 +02:00
commit 981ff1a975

View File

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