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