From 64925a58ef682f1a0b3b0428b51889896b11df85 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Tue, 2 Aug 2016 13:02:21 -0700 Subject: [PATCH] Add Python 3.5 testing to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c2eaf23..4b14c03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,6 @@ python: - "3.2" - "3.3" - "3.4" + - "3.5" script: python test/all_tests.py -- 2.30.2