From ea8b2fc15b7cefe4270587e15de81c333b7b5ed5 Mon Sep 17 00:00:00 2001 From: James Turk Date: Thu, 26 Jan 2017 14:59:47 -0500 Subject: [PATCH] Update .travis.yml --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 702b1f4..c16aeb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ language: python python: - "2.7" - - "3.3" -install: pip install nose --use-mirrors + - "3.5" +install: pip install nose script: nosetests notifications: email: - - jturk@sunlightfoundation.com - - jcarbaugh@sunlightfoundation.com + - james.p.turk@gmail.com