Skip to content

Commit

Permalink
Allowed failures in Django 1.7 with Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pratyushmittal committed Dec 1, 2015
1 parent 1d04189 commit 0ea925a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ python:
- "3.4"
- "2.7"

matrix:
allow_failures:
- env: DJANGO="Django<1.8,>=1.7"
python: "3.5"

install:
- pip install tox

Expand Down

0 comments on commit 0ea925a

Please sign in to comment.