Skip to content

Commit d2cd72e

Browse files
committed
Review build env
1 parent b087a83 commit d2cd72e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ python:
55
- 3.3
66
- 3.4
77
env:
8-
- DJANGO=1.7
9-
- DJANGO=1.8
10-
- DATABASE_ENGINE=sqlite
11-
- DATABASE_ENGINE=postgres
12-
- DATABASE_ENGINE=mysql
8+
- DJANGO=1.7 DATABASE_ENGINE=sqlite
9+
- DJANGO=1.7 DATABASE_ENGINE=postgres
10+
- DJANGO=1.7 DATABASE_ENGINE=mysql
11+
- DJANGO=1.8 DATABASE_ENGINE=sqlite
12+
- DJANGO=1.8 DATABASE_ENGINE=postgres
13+
- DJANGO=1.8 DATABASE_ENGINE=mysql
1314
matrix:
1415
exclude:
1516
- python: 3.2

0 commit comments

Comments
 (0)