From b6fb4c80bffb2955cef7a57d48f7a6e91e4a3652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 13 Apr 2017 23:03:50 +0200 Subject: [PATCH] Add travis tests on python 3.6 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 786eeab..0cf3beb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ python: - 3.3 - 3.4 - 3.5 + - 3.6 + - "3.6-dev" - nightly sudo: required