youtube-dl/.travis.yml

21 lines
382 B
YAML
Raw Normal View History

2012-10-15 04:37:33 -04:00
language: python
python:
- "2.6"
- "2.7"
2015-03-06 04:44:24 -05:00
- "3.2"
- "3.3"
2014-05-11 23:13:22 -04:00
- "3.4"
2015-01-24 22:56:32 -05:00
before_install:
- sudo apt-get update -qq
- sudo apt-get install -yqq rtmpdump
script: nosetests test --verbose
notifications:
email:
- filippo.valsorda@gmail.com
2012-12-11 12:52:50 -05:00
- phihag@phihag.de
- yasoob.khld@gmail.com
# irc:
# channels:
# - "irc.freenode.org#youtube-dl"
# skip_join: true