From dcf8335648cf7b368c8230e1e71b9b1ecf5762ac Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 24 Jul 2018 23:45:55 +0200 Subject: [PATCH] Travis: add python 3.5 and 3.6 to build matrix Tests pass locally, so all seems good. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8d07539..35caa0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ python: - "2.7" - "3.3" - "3.4" + - "3.5" + - "3.6" - "nightly" # we don't need any python dependencies: -- 2.39.2