2012-10-15 08:37:33 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.6"
|
|
|
|
- "2.7"
|
2015-03-06 09:44:24 +00:00
|
|
|
- "3.2"
|
2012-12-20 12:48:39 +00:00
|
|
|
- "3.3"
|
2014-05-12 03:13:22 +00:00
|
|
|
- "3.4"
|
2015-09-25 20:34:02 +00:00
|
|
|
- "3.5"
|
2015-08-18 15:10:52 +00:00
|
|
|
sudo: false
|
2016-05-05 09:09:13 +00:00
|
|
|
install:
|
|
|
|
- bash ./devscripts/install_srelay.sh
|
|
|
|
- export PATH=$PATH:$(pwd)/tmp/srelay-0.4.8b6
|
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
|
2013-07-18 07:37:02 +00:00
|
|
|
- yasoob.khld@gmail.com
|
2013-01-03 23:34:02 +00:00
|
|
|
# irc:
|
|
|
|
# channels:
|
|
|
|
# - "irc.freenode.org#youtube-dl"
|
|
|
|
# skip_join: true
|