mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-27 18:14:48 +00:00
Put drone back
This commit is contained in:
parent
3fcf04f8a3
commit
e39fc266e9
1 changed files with 5 additions and 0 deletions
5
.drone.yml
Normal file
5
.drone.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
image: kaedroho/django-base
|
||||
script:
|
||||
- python3.4 setup.py install
|
||||
- pip3.4 install -r requirements-dev.txt
|
||||
- python3.4 runtests.py
|
||||
Loading…
Reference in a new issue