mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-05-05 14:14:47 +00:00
Further fiddling with the travis config.
This commit is contained in:
parent
0ff18227f9
commit
87c5c46999
1 changed files with 9 additions and 5 deletions
14
.travis.yml
14
.travis.yml
|
|
@ -4,13 +4,17 @@ python:
|
|||
- "2.6"
|
||||
- "2.7"
|
||||
install:
|
||||
- pip install -q -r requirements/default.txt Django==$DJANGO --use-mirrors
|
||||
- pip install .
|
||||
- pip install -r requirements/default.txt Django==$DJANGO
|
||||
before_script:
|
||||
- export PIP_USE_MIRRORS=true
|
||||
- export DJANGO_SETTINGS_MODULE=dbtemplates.test_settings
|
||||
script:
|
||||
- django-admin.py jenkins
|
||||
env:
|
||||
- DJANGO=1.2.7
|
||||
- DJANGO=1.3.1
|
||||
- DJANGO=1.4
|
||||
branches:
|
||||
only:
|
||||
- develop
|
||||
env:
|
||||
- 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