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