yt-dlc/.travis.yml

14 lines
226 B
YAML
Raw Normal View History

2012-10-15 08:37:33 +00:00
language: python
python:
- "2.6"
- "2.7"
- "3.3"
2012-10-15 16:28:38 +00:00
script: nosetests test --nocapture
notifications:
email:
- filippo.valsorda@gmail.com
irc:
channels:
- "irc.freenode.org#youtube-dl"
skip_join: true