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