Skip to content

Commit

Permalink
Allow errors on Django dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Mar 22, 2014
1 parent ab4eb6d commit 3c7f761
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ matrix:
env: DJANGO_VERSION=1.6 DATABASE=sqlite
- python: 3.3
env: DJANGO_VERSION=dev DATABASE=sqlite
allow_failures:
- python: 3.3
env: DJANGO_VERSION=dev DATABASE=postgres
- python: 2.7
env: DJANGO_VERSION=dev DATABASE=sqlite
- python: 2.7
env: DJANGO_VERSION=dev DATABASE=postgres

before_install:
- sudo apt-get update
Expand Down Expand Up @@ -68,11 +75,3 @@ after_success:
- coverage run quicktest.py leaflet --db=$DATABASE
- pip install coveralls
- coveralls

allow_failures:
- python: 3.3
env: DJANGO_VERSION=dev DATABASE=postgres
- python: 2.7
env: DJANGO_VERSION=dev DATABASE=sqlite
- python: 2.7
env: DJANGO_VERSION=dev DATABASE=postgres

0 comments on commit 3c7f761

Please sign in to comment.