Skip to content

Commit

Permalink
Exclude Django 1.4/1.7 against Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlton Gibson committed Oct 5, 2015
1 parent 53f4272 commit f9237c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ matrix:
env: DJANGO='https://www.djangoproject.com/download/1.9a1/tarball/'
- python: "3.4"
env: DJANGO='django>=1.4.0,<1.5.0'
- python: "3.5"
env: DJANGO='django>=1.7.0,<1.8.0'
- python: "3.5"
env: DJANGO='django>=1.4.0,<1.5.0'
- python: "2.6"
env: DJANGO='django>=1.7.0,<1.8.0'
- python: "2.6"
Expand Down

0 comments on commit f9237c4

Please sign in to comment.