From 5466ffd61476205feb2a9a7fef737714b12ebf74 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 18 Jan 2013 19:45:39 -0500 Subject: [PATCH] .travis.yml: Test on Python 3.3 as well as 2.7 and 3.2 If we advertise 3.3 support in setup.py, we should test for it. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7ccdafd5..20f6b57e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - "2.7" - "3.2" + - "3.3" before_install: - sudo apt-get update -qq - sudo apt-get install -qq ruby-sass