yt-dlc/.travis.yml

15 lines
248 B
YAML
Raw Normal View History

2012-10-15 08:37:33 +00:00
language: python
python:
- "2.6"
- "2.7"
# - "3.3"
script: nosetests test --verbose
notifications:
email:
- filippo.valsorda@gmail.com
2012-12-11 17:52:50 +00:00
- phihag@phihag.de
irc:
channels:
- "irc.freenode.org#youtube-dl"
skip_join: true