Skip to content

Commit

Permalink
Merge pull request getsentry#465 from anthonyryan1/master
Browse files Browse the repository at this point in the history
Add allow_failures to .travis.yml matrix
  • Loading branch information
dcramer committed Jun 25, 2014
2 parents 6db3ee3 + 21a6e38 commit 87972f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ notifications:
on_success: change
on_failure: change
matrix:
allow_failures:
- env: 'DJANGO="-e git+git://github.com/django/django.git#egg=Django"'
- python: "3.4"
exclude:
- python: "3.2"
env: DJANGO=Django==1.4.10
Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Raven
======

.. image:: https://travis-ci.org/getsentry/raven-python.svg?branch=master
:target: https://travis-ci.org/getsentry/raven-python

Raven is a Python client for `Sentry <http://www.getsentry.com/>`_. It provides
full out-of-the-box support for many of the popular frameworks, including
Django, and Flask. Raven also includes drop-in support for any WSGI-compatible
Expand Down

0 comments on commit 87972f3

Please sign in to comment.