Skip to content

Commit

Permalink
yep, django 1.9 does not support py33
Browse files Browse the repository at this point in the history
  • Loading branch information
kraiz committed Dec 2, 2015
1 parent d654276 commit 2d7d29b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ matrix:
exclude:
- python: "3.3"
env: REQUIREMENTS="https://github.com/django/django/archive/master.tar.gz"
- python: "3.3"
env: REQUIREMENTS="django>=1.9,<1.10"
- python: "3.5"
env: REQUIREMENTS="django>=1.7,<1.8"
- python: "3.5"
Expand Down

0 comments on commit 2d7d29b

Please sign in to comment.