From 0ba791db84ca359fb85ff3234a180430f7097c2b Mon Sep 17 00:00:00 2001 From: Guillaume Binet Date: Thu, 22 Oct 2015 22:53:37 -0700 Subject: [PATCH] added python 3.5 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 644488a89..be3981772 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "2.7" - "3.3" - "3.4" + - "3.5" before_script: - cp errbot/config-travisci.py config.py