From 600d7f6c178d2bcf435e85fc781fd1ddeff2f1cf Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 2 Mar 2019 21:16:52 +0100 Subject: [PATCH] Travis: add python 3.5/3.6 to build matrix --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 10bcdbc..3699d2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ python: - "3.2" - "3.3" - "3.4" + - "3.5" + - "3.6" - "nightly" # we don't need any python dependencies: -- 2.39.2