At the moment I am running python manage.py test every once in a while after I make significant changes in my django project. Is it possible to run those tests
python manage.py test
You'll need a continuous integration server, something like Jenkins.