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