X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/79ae0a06d55666f408cde3104f97f6261e4f9f50..f6ff52b473c9ed969fadb3e3d50852c4a27ba17e:/.travis.yml diff --git a/.travis.yml b/.travis.yml index c6c758fd5..f41e11137 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,21 @@ language: python python: - "2.6" - "2.7" -# - "3.3" -script: nosetests test --nocapture + - "3.2" + - "3.3" + - "3.4" + - "3.5" + - "3.6" +sudo: false +env: + - YTDL_TEST_SET=core + - YTDL_TEST_SET=download +script: ./devscripts/run_tests.sh notifications: email: - filippo.valsorda@gmail.com - irc: - channels: - - "irc.freenode.org#youtube-dl" - skip_join: true + - yasoob.khld@gmail.com +# irc: +# channels: +# - "irc.freenode.org#youtube-dl" +# skip_join: true