Skip to content

Commit

Permalink
added allow_failure on matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Asif Saifuddin Auvi committed May 25, 2016
1 parent 45c3c27 commit 1242be3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ env:
- DJANGO="Django>=1.9.0,<1.10.0"
- DJANGO="Django>=1.10a1,<1.11.0"

matrix:
allow_failures:
- python: "2.7"
env: DJANGO="Django>=1.10a1,<1.11.0"
- python: "3.4"
env: DJANGO="Django>=1.10a1,<1.11.0"
- python: "3.5"
env: DJANGO="Django>=1.10a1,<1.11.0"


fast_finish: true

install:
- pip install -q $DJANGO
- pip install -r requirements.txt
Expand Down

0 comments on commit 1242be3

Please sign in to comment.