Skip to content

Commit

Permalink
Travis-ci - exclude build on Django 1.4.5/Python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdev committed Aug 5, 2013
1 parent 97c36ca commit a8704e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ script:
- coverage run -a setup.py test
- coverage report

matrix:
exclude:
- python: 3.3
env: DJANGO=Django==1.4.5

after_success: coveralls

0 comments on commit a8704e9

Please sign in to comment.