From cf310d4ff791bc3058b94436aa6223638d9427a8 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 14 Sep 2015 16:00:22 +0100 Subject: [PATCH] [Travis] also test against newly released Python 3.5.0 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2d81fd094..f7c12ad97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "2.7" - "3.3" - "3.4" + - "3.5" - "pypy" # - "pypy3" # Disable pypy3 until Travis updates it to >= 3.3 before_install: