Skip to content

Commit

Permalink
Allow failing Django 1.5.8 on Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
maiksprenger committed Jul 18, 2014
1 parent 0bfcea6 commit 728a59b
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 @@ -6,6 +6,11 @@ env:
secure: FuIlzEsGJiAwhaIRBmRNsq9eXmuzs25fX6BChknW4lDyVAySWMp0+Zps9Bd0JgfFYUG3Ip+OTmksYIoTUsG25ZJS9cq1IFt3QKUAN70YCI/4ZBLeIdICPEyxq+Km179+NeEXmBUug17RLMLxh3MWfO+RKUHK9yHIPNNpq0dNyoo=

matrix:
allow_failures:
- env: DJANGO_VERSION=1.5.8
python: "3.3"
- env: DJANGO_VERSION=1.5.8
python: "3.4"
include:
- python: "2.7"
env: DJANGO_VERSION=1.5.8
Expand Down

0 comments on commit 728a59b

Please sign in to comment.