diff --git a/.travis.yml b/.travis.yml index 01e8ffa..925dc5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,5 +18,7 @@ script: - coverage run --branch --source=notifications manage.py test matrix: exclude: + - python: "3.5" + env: DJANGO=1.7 after_success: - coveralls