Skip to content

Commit

Permalink
Exclude broken test scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed Apr 12, 2013
1 parent 3d5e525 commit 4a52c0d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ install:
script: coverage run -a --branch --include="simple_history/*" --omit="simple_history/tests/*" setup.py test

matrix:
exclude:
- python: 2.6
env: DJANGO=Django==1.2.7 SOUTH=1
include:
- python: 2.5
env: DJANGO=Django==1.2.7 SOUTH=1 COVERALLS=0
- python: 2.5
env: DJANGO=Django==1.3.7 SOUTH=1 COVERALLS=0
- python: 2.5
Expand Down

0 comments on commit 4a52c0d

Please sign in to comment.