Skip to content

sophiebits/sandcastle

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%