1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-09-29 14:08:35 +02:00
youtube-dl/.travis.yml

14 lines
226 B
YAML
Raw Normal View History

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