X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/620116f59230cf52cae4eedf98c39f7214897e3c..65cc51b0a1ddf217bc2026332532e0f8019c158a:/.travis.yml?ds=sidebyside diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0aabce6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: python +python: + - "2.6" + - "2.7" +# - "3.3" +script: nosetests test --verbose +notifications: + email: + - filippo.valsorda@gmail.com + irc: + channels: + - "irc.freenode.org#youtube-dl" + skip_join: true