2012-10-15 10:37:33 +02:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.6"
|
|
|
|
- "2.7"
|
2015-03-06 10:44:24 +01:00
|
|
|
- "3.2"
|
2012-12-20 13:48:39 +01:00
|
|
|
- "3.3"
|
2014-05-12 05:13:22 +02:00
|
|
|
- "3.4"
|
2015-09-25 22:34:02 +02:00
|
|
|
- "3.5"
|
2015-08-18 17:10:52 +02:00
|
|
|
sudo: false
|
2012-12-11 20:07:35 +01:00
|
|
|
script: nosetests test --verbose
|
2012-11-28 00:01:06 +01:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- filippo.valsorda@gmail.com
|
2012-12-11 18:52:50 +01:00
|
|
|
- phihag@phihag.de
|
2013-07-18 09:37:02 +02:00
|
|
|
- yasoob.khld@gmail.com
|
2013-01-04 00:34:02 +01:00
|
|
|
# irc:
|
|
|
|
# channels:
|
|
|
|
# - "irc.freenode.org#youtube-dl"
|
|
|
|
# skip_join: true
|