X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.travis.yml;h=0687c89572eab53ade23dd8dc1b7afd09ae63910;hb=51af426d89f9a9e720d70f3cac1ce24b3b8e4d8f;hp=0aabce6a73cf96dc70bff38901a6e4f98521bf17;hpb=95eb771dcda47f948b050da85c7ff22539e3ee12;p=youtube-dl diff --git a/.travis.yml b/.travis.yml index 0aabce6a7..0687c8957 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,13 @@ language: python python: - "2.6" - "2.7" -# - "3.3" + - "3.3" script: nosetests test --verbose notifications: email: - filippo.valsorda@gmail.com - irc: - channels: - - "irc.freenode.org#youtube-dl" - skip_join: true + - phihag@phihag.de +# irc: +# channels: +# - "irc.freenode.org#youtube-dl" +# skip_join: true