added exclusion to prevent failure

This commit is contained in:
theodore.therone@gmail.com 2015-03-29 06:45:07 +00:00
parent b24237c676
commit 8820f6e86e

View file

@ -2,6 +2,7 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
@ -16,5 +17,9 @@ install:
# command to run tests
script:
- coverage run --branch --source=notifications manage.py test
matrix:
exclude:
- python: "2.6"
env: DJANGO=1.7
after_success:
- coveralls