From cf0a5089f585af4e271566d6b0da66be1e9c8ee5 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Mon, 21 Jan 2013 14:19:29 -0500 Subject: [PATCH] Add py3.3 testing back --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ea263d1..62a5959 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - 2.6 - 2.7 - 3.2 + - 3.3 env: HTTPBIN_URL=http://httpbin.org/ script: make test install: -- 2.7.4