Skip to content

Commit

Permalink
Django 1.8 is a real thing now
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Apr 6, 2015
1 parent 35601fd commit c4212cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
- DJANGO="Django>=1.5,<1.6"
- DJANGO="Django>=1.6,<1.7"
- DJANGO="Django>=1.7,<1.8"
- DJANGO="Django==1.8b2"
- DJANGO="Django>=1.8,<1.9"
install:
- pip install $DJANGO
- pip install coveralls
Expand All @@ -27,7 +27,7 @@ matrix:
- python: "2.6"
env: DJANGO="Django>=1.7,<1.8"
- python: "2.6"
env: DJANGO="Django==1.8b2"
env: DJANGO="Django>=1.8,<1.9"
- python: "3.2"
env: DJANGO="Django>=1.4,<1.5"
- python: "3.3"
Expand Down

0 comments on commit c4212cc

Please sign in to comment.