]> gitweb @ CieloNegro.org - youtube-dl.git/blob - .travis.yml
Merge branch 'master' of https://github.com/rg3/youtube-dl
[youtube-dl.git] / .travis.yml
1 language: python
2 python:
3   - "2.6"
4   - "2.7"
5   - "3.3"
6 script: nosetests test --verbose
7 notifications:
8   email:
9     - filippo.valsorda@gmail.com
10     - phihag@phihag.de
11   irc:
12     channels:
13       - "irc.freenode.org#youtube-dl"
14     skip_join: true