sophiebits / sandcastle

Test pull requests from your browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sandcastle

This is a Django application which allows you to test pull requests from your browser.

Configuration

Specify your repository by setting SANDCASTLE_USER and SANDCASTLE_REPO in settings.py. For example, setting up sandcastle for this repository would look like:

SANDCASTLE_USER = 'jpulgarin'
SANDCASTLE_REPO = 'sandcastle'

Used At

It is currently in use at Khan Academy to test pull requests to their exercise framework. It is hosted at sandcastle.khanacademy.org.

About

Test pull requests from your browser.

License:Other


Languages

Language:Python 100.0%