From e461d47ed260d0e073fa2a50325fbf81e4b50277 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 7 Oct 2014 17:47:23 +0200 Subject: [PATCH] Test Py3.3 as well --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e32c2edb2..dbd20b52a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: - "3.2" + - "3.3" - "3.4" install: - pip install -q -r src/requirements.txt