From 8820f6e86e12b1312cfa1c16d63d1ea16f20e9c3 Mon Sep 17 00:00:00 2001 From: "theodore.therone@gmail.com" Date: Sun, 29 Mar 2015 06:45:07 +0000 Subject: [PATCH] added exclusion to prevent failure --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index a03c9f3..c0c6a96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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