Skip to content

Commit

Permalink
Allow failures on Django 1.8 / Python 3.5
Browse files Browse the repository at this point in the history
The deprecation error for inspect caused travis to fail. Django 1.8
will get official support for Python 3.5 in a later patch level release

See https://groups.google.com/forum/#!msg/django-developers/JlkwHprjqJc/kEaZyAOxDQAJ
  • Loading branch information
mvantellingen committed Oct 27, 2015
1 parent 9b3a3d7 commit 66c4c0d
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 @@ -52,6 +52,8 @@ matrix:
env: "DJANGO=Django==1.9b1"
- python: 3.4
env: "DJANGO=Django==1.9b1"
- python: 3.5
env: "DJANGO=Django==1.8.5"
- python: 3.5
env: "DJANGO=Django==1.9b1"

Expand Down

0 comments on commit 66c4c0d

Please sign in to comment.