Skip to content

Commit

Permalink
More test fixing, remove Django 1.4 and 1.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
frankwiles committed May 23, 2015
1 parent 94d3931 commit c15f34c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Expand Up @@ -14,17 +14,6 @@ script:
after_success:
- coveralls
env:
- DJANGO="Django==1.4.20"
- DJANGO="Django==1.5.12"
- DJANGO="Django==1.6.11"
- DJANGO="Django==1.7.8"
- DJANGO="Django==1.8.2"

matrix:
exclude:
# Django 1.4 doesn't support Python 3
- python: "3.3"
env: DJANGO="Django==1.4.20"
# Django 1.4 doesn't support Python 3
- python: "3.4"
env: DJANGO="Django==1.4.20"

0 comments on commit c15f34c

Please sign in to comment.