2012-10-15 02:37:33 -06:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.6"
|
|
|
|
- "2.7"
|
2015-03-06 02:44:24 -07:00
|
|
|
- "3.2"
|
2012-12-20 05:48:39 -07:00
|
|
|
- "3.3"
|
2014-05-11 21:13:22 -06:00
|
|
|
- "3.4"
|
2015-09-25 14:34:02 -06:00
|
|
|
- "3.5"
|
2015-08-18 09:10:52 -06:00
|
|
|
sudo: false
|
2016-05-05 03:09:13 -06:00
|
|
|
install:
|
|
|
|
- bash ./devscripts/install_srelay.sh
|
|
|
|
- export PATH=$PATH:$(pwd)/tmp/srelay-0.4.8b6
|
2012-12-11 12:07:35 -07:00
|
|
|
script: nosetests test --verbose
|
2012-11-27 16:01:06 -07:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- filippo.valsorda@gmail.com
|
2013-07-18 01:37:02 -06:00
|
|
|
- yasoob.khld@gmail.com
|
2013-01-03 16:34:02 -07:00
|
|
|
# irc:
|
|
|
|
# channels:
|
|
|
|
# - "irc.freenode.org#youtube-dl"
|
|
|
|
# skip_join: true
|