From 2e639a11c0bf9a7427a771aeeec8cbd3542e7091 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 3 Apr 2014 21:12:34 +0200 Subject: [PATCH] travis: Run tests on Python 3.3 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d152bc2..d16d4a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - "2.7" + - "3.3" install: - pip install coverage coveralls