From: Sergey M․ Date: Sat, 4 Feb 2017 19:41:22 +0000 (+0700) Subject: [travis] Add python 3.6 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=49bd8d5e2e5c4de8c1c409adffc557cb198f7eee [travis] Add python 3.6 --- diff --git a/.travis.yml b/.travis.yml index c74c9cc12..4833c76e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" sudo: false script: nosetests test --verbose notifications: