Skip to content

Commit

Permalink
Disables testing for older Django version which don't support Python …
Browse files Browse the repository at this point in the history
…3.5.
  • Loading branch information
Dunedan committed Sep 14, 2015
1 parent ded47ba commit 9dfcc91
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 @@ -23,5 +23,11 @@ matrix:
env: DJANGO="Django>=1.4,<1.5"
- python: "3.5"
env: DJANGO="Django>=1.4,<1.5"
- python: "3.5"
env: DJANGO="Django>=1.5,<1.6"
- python: "3.5"
env: DJANGO="Django>=1.6,<1.7"
- python: "3.5"
env: DJANGO="Django>=1.7,<1.8"
after_success:
coveralls

0 comments on commit 9dfcc91

Please sign in to comment.