Put drone back

This commit is contained in:
Karl Hobley 2015-04-03 14:42:47 +01:00
parent 3fcf04f8a3
commit e39fc266e9

5
.drone.yml Normal file
View 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