From c06f654b1a31f7124082a1e5f4bc7de7817c0746 2013-01-05 16:34:40 From: Thomas Kluyver Date: 2013-01-05 16:34:40 Subject: [PATCH] Tell Travis CI to test on Python 3.3 as well. --- diff --git a/.travis.yml b/.travis.yml index acbb0d9..15d901d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - 2.6 - 2.7 - 3.2 + - 3.3 before_install: - easy_install -q pyzmq install: