From 18856bd918dbb5f5b61c521d0dd3f010544caabe Mon Sep 17 00:00:00 2001 From: Benoit Calvez Date: Sat, 19 Dec 2015 11:07:13 +0100 Subject: [PATCH] add python 3.5 to travis builds --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b45df43..d732c63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: python python: - 3.3 - 3.4 + - 3.5 services: - rabbitmq