2012-10-15 19:37:33 +11:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.6"
|
|
|
|
- "2.7"
|
2012-12-20 23:48:39 +11:00
|
|
|
- "3.3"
|
2012-12-12 06:07:35 +11:00
|
|
|
script: nosetests test --verbose
|
2012-11-28 10:01:06 +11:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- filippo.valsorda@gmail.com
|
2012-12-12 04:52:50 +11:00
|
|
|
- phihag@phihag.de
|
2012-11-28 10:01:06 +11:00
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "irc.freenode.org#youtube-dl"
|
|
|
|
skip_join: true
|