Skip to content

Commit

Permalink
Test against Django 1.8b2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Mar 17, 2015
1 parent e539e98 commit aa346fd
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 @@ -13,6 +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"
install:
- pip install $DJANGO
- pip install coveralls
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.8b2"
- python: "3.2"
env: DJANGO="Django>=1.4,<1.5"
- python: "3.3"
Expand Down

0 comments on commit aa346fd

Please sign in to comment.