Skip to content

Commit

Permalink
Test against django prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Oct 20, 2015
1 parent 7194a19 commit fe937f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
- DJANGO="Django>=1.6,<1.7"
- DJANGO="Django>=1.7,<1.8"
- DJANGO="Django>=1.8,<1.9"
- DJANGO="--pre django"
install:
- pip install $DJANGO
- pip install coveralls
Expand All @@ -24,11 +25,14 @@ script:
after_success:
- coveralls
matrix:
fast_finish: true
exclude:
- python: "2.6"
env: DJANGO="Django>=1.7,<1.8"
- python: "2.6"
env: DJANGO="Django>=1.8,<1.9"
- python: "2.6"
env: DJANGO="--pre django"
- python: "3.3"
env: DJANGO="Django>=1.4,<1.5"
- python: "3.4"
Expand All @@ -43,3 +47,5 @@ matrix:
env: DJANGO="Django>=1.7,<1.8"
- python: "pypy3"
env: DJANGO="Django>=1.4,<1.5"
allow_failures:
- env: DJANGO="--pre django"

0 comments on commit fe937f6

Please sign in to comment.