X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.travis.yml;h=c74c9cc1295ba7c54228c5a25a71e469f8ea8026;hb=363245ad94dfdf0c34b4c2c801e7cf6cea74f39c;hp=696fa9a0830861037b91ecb4aa4ffb7ea829049c;hpb=ad348291bb1e23ded487ba0bbaba3c44c709ef94;p=youtube-dl diff --git a/.travis.yml b/.travis.yml index 696fa9a08..c74c9cc12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,18 @@ language: python -#specify the python version python: - "2.6" - "2.7" + - "3.2" + - "3.3" + - "3.4" + - "3.5" +sudo: false +script: nosetests test --verbose notifications: - irc: "irc.freenode.org#youtube-dl" -#command to install the setup -install: -# command to run tests -script: nosetests test --nocapture + email: + - filippo.valsorda@gmail.com + - yasoob.khld@gmail.com +# irc: +# channels: +# - "irc.freenode.org#youtube-dl" +# skip_join: true