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