From: Steve Pulec Date: Mon, 21 Jan 2013 19:19:29 +0000 (-0500) Subject: Add py3.3 testing back X-Git-Tag: v1.2.0~82^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf0a5089f585af4e271566d6b0da66be1e9c8ee5;p=services%2Fpython-requests.git Add py3.3 testing back --- 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: