From d6669d1ebf9355bfda1d6ced10a64b1847d0cb67 Mon Sep 17 00:00:00 2001 From: James Turk Date: Tue, 18 Mar 2014 01:13:05 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ac338e8..702b1f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: python python: - - "2.6" - "2.7" - - "3.2" + - "3.3" install: pip install nose --use-mirrors script: nosetests notifications: