mozilla / django-badger

django-badger is a reusable Django app for creating and awarding badges. See also badges.mozilla.org
https://github.com/mozilla/django-badger
BSD 3-Clause "New" or "Revised" License
117 stars 61 forks source link

Run tests seperately from badg.us and hook up with travis-ci #138

Closed lmorchard closed 11 years ago

lmorchard commented 11 years ago

I got travis-ci running tests for badg.us. But, that's not very handy, because all the work is done in django-badger, which is a submodule under badg.us.

So, figure out how to run tests for django-badger independent of any Django site. Then we can hook it up with travis-ci.

lmorchard commented 11 years ago

Maybe helpful: http://stackoverflow.com/questions/3841725/how-to-launch-tests-for-django-reusable-app

lmorchard commented 11 years ago

https://github.com/lmorchard/django-badger/commit/b3544906d70bae51315639ae12381a5c40b048e5