X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.travis.yml;h=f4c2095d29a9178cb1a61dea7c24c6ae116f186e;hb=4b618047cee2250f141fb58dbfbc20be892c8035;hp=0c62e4729681c7a7a865bcedad24f8b6b2d76e5a;hpb=1ca63e3ae3f7f61a9c38e04eec421faa42a1faee;p=youtube-dl diff --git a/.travis.yml b/.travis.yml index 0c62e4729..f4c2095d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,14 @@ language: python -#specify the python version python: - "2.6" - "2.7" +# - "3.3" +script: nosetests test --verbose --processes 4 notifications: - irc: "irc.freenode.org#youtube-dl" -#command to install the setup -install: -# command to run tests -script: nosetests test --verbose + email: + - filippo.valsorda@gmail.com + - phihag@phihag.de + irc: + channels: + - "irc.freenode.org#youtube-dl" + skip_join: true