Skip to content

Commit e17b082

Browse files
committed
Fix exclude matrix
1 parent d2cd72e commit e17b082

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,17 @@ env:
1414
matrix:
1515
exclude:
1616
- python: 3.2
17-
env: DATABASE_ENGINE=mysql
17+
env: DJANGO=1.7 DATABASE_ENGINE=mysql
1818
- python: 3.3
19-
env: DATABASE_ENGINE=mysql
19+
env: DJANGO=1.7 DATABASE_ENGINE=mysql
2020
- python: 3.4
21-
env: DATABASE_ENGINE=mysql
21+
env: DJANGO=1.7 DATABASE_ENGINE=mysql
22+
- python: 3.2
23+
env: DJANGO=1.8 DATABASE_ENGINE=mysql
24+
- python: 3.3
25+
env: DJANGO=1.8 DATABASE_ENGINE=mysql
26+
- python: 3.4
27+
env: DJANGO=1.8 DATABASE_ENGINE=mysql
2228
fast_finish: true
2329
install:
2430
- pip install -U setuptools

0 commit comments

Comments
 (0)