mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Forgot to set the DJANGO_SETTINGS_MODULE var.
This commit is contained in:
parent
3c67628a63
commit
20a5d9fc66
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue