Add py3.3 testing back
authorSteve Pulec <spulec@gmail.com>
Mon, 21 Jan 2013 19:19:29 +0000 (14:19 -0500)
committerSteve Pulec <spulec@gmail.com>
Mon, 21 Jan 2013 19:19:29 +0000 (14:19 -0500)
.travis.yml

index ea263d1..62a5959 100644 (file)
@@ -3,6 +3,7 @@ python:
   - 2.6
   - 2.7
   - 3.2
+  - 3.3
 env: HTTPBIN_URL=http://httpbin.org/
 script: make test
 install: