https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: e6162a90e6efc0b1d206359a83d7bbec5fb26247 authored by Philipp Hagemeister on 06 January 2014, 16:37:24 UTC
release 2014.01.06
Tip revision: e6162a9
.travis.yml
language: python
python:
  - "2.6"
  - "2.7"
  - "3.3"
script: nosetests test --verbose
notifications:
  email:
    - filippo.valsorda@gmail.com
    - phihag@phihag.de
    - jaime.marquinez.ferrandiz+travis@gmail.com
    - yasoob.khld@gmail.com
#  irc:
#    channels:
#      - "irc.freenode.org#youtube-dl"
#    skip_join: true
back to top