Skip to content

Commit 1280cf2

Browse files
committed
Undo using global env vars
1 parent 5fca58e commit 1280cf2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.travis.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@ python:
77
- '3.7'
88
- '3.8'
99
env:
10-
global:
11-
- DATABASE_URL=postgres://[email protected]/dbq
12-
- DATABASE_URL=mysql://[email protected]/dbq
13-
jobs:
14-
- DJANGO_VERSION=1.11
15-
- DJANGO_VERSION=2.2
16-
- DJANGO_VERSION=1.11
17-
- DJANGO_VERSION=2.2
10+
- DJANGO_VERSION=1.11 DATABASE_URL=postgres://[email protected]/dbq
11+
- DJANGO_VERSION=2.2 DATABASE_URL=postgres://[email protected]/dbq
12+
- DJANGO_VERSION=1.11 DATABASE_URL=mysql://[email protected]/dbq
13+
- DJANGO_VERSION=2.2 DATABASE_URL=mysql://[email protected]/dbq
1814
install:
1915
- pip install -r test-requirements.txt
2016
- pip install -U django==$DJANGO_VERSION

0 commit comments

Comments
 (0)