Skip to content

Commit

Permalink
Older Django wasn't compat with python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Oct 20, 2015
1 parent 7c41d32 commit 7194a19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,13 @@ matrix:
env: DJANGO="Django>=1.4,<1.5"
- python: "3.4"
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"
- python: "pypy3"
env: DJANGO="Django>=1.4,<1.5"

0 comments on commit 7194a19

Please sign in to comment.