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