From 3d384d15012c9870eb860beea1b672d607fa56a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Kliment?= Date: Mon, 6 Feb 2017 21:14:48 +0100 Subject: [PATCH] Travis CI: check code against Python 3 as well --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e254921..dee6ba2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,10 @@ cache: pip python: - "2.7" -# - "3.4" -# - "3.5" + - "3.4" + - "3.5" +# pylint doesn't work on 3.6 yet +# - "3.6" dist: trusty # On the container-based infrastructure, trusty-backports isn't available, hence this silly thing