Skip to content

Commit

Permalink
Review build env
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed May 22, 2015
1 parent b087a83 commit d2cd72e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ python:
- 3.3
- 3.4
env:
- DJANGO=1.7
- DJANGO=1.8
- DATABASE_ENGINE=sqlite
- DATABASE_ENGINE=postgres
- DATABASE_ENGINE=mysql
- DJANGO=1.7 DATABASE_ENGINE=sqlite
- DJANGO=1.7 DATABASE_ENGINE=postgres
- DJANGO=1.7 DATABASE_ENGINE=mysql
- DJANGO=1.8 DATABASE_ENGINE=sqlite
- DJANGO=1.8 DATABASE_ENGINE=postgres
- DJANGO=1.8 DATABASE_ENGINE=mysql
matrix:
exclude:
- python: 3.2
Expand Down

0 comments on commit d2cd72e

Please sign in to comment.