Skip to content

Commit

Permalink
Disallow failing tests with Python 3 and Django 1.7
Browse files Browse the repository at this point in the history
This marks the end of my work on Django 1.7 and Python 3. Support for
both can now be considered stable.
  • Loading branch information
maiksprenger committed Aug 6, 2014
1 parent 08e5691 commit 79679ca
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ env:
secure: FuIlzEsGJiAwhaIRBmRNsq9eXmuzs25fX6BChknW4lDyVAySWMp0+Zps9Bd0JgfFYUG3Ip+OTmksYIoTUsG25ZJS9cq1IFt3QKUAN70YCI/4ZBLeIdICPEyxq+Km179+NeEXmBUug17RLMLxh3MWfO+RKUHK9yHIPNNpq0dNyoo=
matrix:
- DJANGO=Django==1.6.5
- DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/
- DJANGO=https://www.djangoproject.com/download/1.7c2/tarball/#egg=Django

matrix:
allow_failures:
- python: '3.3'
- python: '3.4'
- env: "DJANGO=Django==1.6.5"
python: '3.3'
- env: "DJANGO=Django==1.6.5"
python: '3.4'

install:
- easy_install $DJANGO
Expand Down

0 comments on commit 79679ca

Please sign in to comment.