Skip to content

Commit 76132b9

Browse files
committed
Set django env var globally on travis
1 parent 4e883e7 commit 76132b9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ branches:
66
only:
77
- master
88
env:
9-
- DJANGO_VERSION=1.8.18
10-
- DJANGO_VERSION=1.9.13
11-
- DJANGO_SETTINGS_MODULE=sample_project.settings
9+
global:
10+
- DJANGO_SETTINGS_MODULE=sample_project.settings
11+
matrix:
12+
- DJANGO_VERSION=1.8.18
13+
- DJANGO_VERSION=1.9.13
1214
install:
1315
- pip install flake8
1416
- pip install -q Django==$DJANGO_VERSION

0 commit comments

Comments
 (0)