Skip to content

Commit

Permalink
fix python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
manelclos committed Aug 13, 2017
1 parent 7a0961d commit e5d241d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ after_success: coveralls
matrix:
exclude:
- python: "3.3"
env: DJANGO="Django>=1.9"
env: DJANGO="Django>=1.9,<1.10"
- python: "3.3"
env: DJANGO="Django>=1.10,<1.11"
- python: "3.3"
env: DJANGO="Django>=1.11,<2.0"
- python: "3.5"
env: DJANGO="Django>=1.6,<1.7"
- python: "3.5"
Expand Down

0 comments on commit e5d241d

Please sign in to comment.