Skip to content

Commit

Permalink
Add drone
Browse files Browse the repository at this point in the history
  • Loading branch information
mjschultz committed Feb 9, 2014
1 parent 356c2af commit 069d5e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
image: python2.7
services:
- mysql
- postgres
script:
- pip install -r requirements.txt --use-mirrors
- pip install coveralls --use-mirrors
- DATABASE_URL="sqlite://:memory:" coverage run manage.py test
- DATABASE_URL="postgres://postgres@127.0.0.1/test_djangodb" coverage run manage.py test
- DATABASE_URL="mysql://travis@127.0.0.1/test_djangodb" coverage run manage.py test

0 comments on commit 069d5e1

Please sign in to comment.