Forgot to set the DJANGO_SETTINGS_MODULE var.

This commit is contained in:
Jannis Leidel 2012-05-07 08:41:02 +02:00
parent 3c67628a63
commit 20a5d9fc66

View file

@ -6,7 +6,7 @@ python:
install:
- pip install -q -r requirements/default.txt Django==$DJANGO --use-mirrors
script:
- django-admin.py jenkins
- DJANGO_SETTINGS_MODULE=dbtemplates.test_settings django-admin.py jenkins
branches:
only:
- develop