From ad983693095365f14ee21081b38a3e57e7a2916a Mon Sep 17 00:00:00 2001 From: Brad Pitcher Date: Sun, 9 Feb 2014 11:58:11 -0800 Subject: [PATCH] add python 3.2 and 3.3 to the tested versions --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ce7b63b..a333575 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ language: python python: - "2.6" - "2.7" + - "3.2" + - "3.3" before_install: - sudo add-apt-repository -y ppa:chrysn/openscad - sudo apt-get update -qq