mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-05-19 04:51:10 +00:00
Hrm, setting the variable in the env block?
This commit is contained in:
parent
20a5d9fc66
commit
0ff18227f9
1 changed files with 4 additions and 4 deletions
|
|
@ -6,11 +6,11 @@ python:
|
|||
install:
|
||||
- pip install -q -r requirements/default.txt Django==$DJANGO --use-mirrors
|
||||
script:
|
||||
- DJANGO_SETTINGS_MODULE=dbtemplates.test_settings django-admin.py jenkins
|
||||
- django-admin.py jenkins
|
||||
branches:
|
||||
only:
|
||||
- develop
|
||||
env:
|
||||
- DJANGO=1.2.7
|
||||
- DJANGO=1.3.1
|
||||
- DJANGO=1.4
|
||||
- DJANGO_SETTINGS_MODULE=dbtemplates.test_settings DJANGO=1.2.7
|
||||
- DJANGO_SETTINGS_MODULE=dbtemplates.test_settings DJANGO=1.3.1
|
||||
- DJANGO_SETTINGS_MODULE=dbtemplates.test_settings DJANGO=1.4
|
||||
|
|
|
|||
Loading…
Reference in a new issue