Skip to content

Commit

Permalink
Added Django 1.8 to the build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer Katz committed Apr 25, 2015
1 parent dccc831 commit 8858742
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
- DJANGO="django>=1.5,<1.6"
- DJANGO="django>=1.6,<1.7"
- DJANGO="django>=1.7,<1.8"
- DJANGO="django>=1.8,<1.9"

install:
- pip install $DJANGO
Expand All @@ -25,6 +26,8 @@ matrix:
exclude:
- python: "2.6"
env: DJANGO="django>=1.7,<1.8"
- python: "2.6"
env: DJANGO="django>=1.8,<1.9"
- python: "3.3"
env: DJANGO="django>=1.4,<1.5"
- python: "3.4"
Expand Down

0 comments on commit 8858742

Please sign in to comment.