mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
14 lines
226 B
YAML
14 lines
226 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
- "3.3"
|
|
script: nosetests test --nocapture
|
|
notifications:
|
|
email:
|
|
- filippo.valsorda@gmail.com
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.org#youtube-dl"
|
|
skip_join: true
|