https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: 754c838903778911174e2777aebf4d1348780198 authored by Philipp Hagemeister on 09 January 2015, 19:20:55 UTC
release 2015.01.09
Tip revision: 754c838
.travis.yml
language: python
python:
  - "2.6"
  - "2.7"
  - "3.3"
  - "3.4"
script: nosetests test --verbose
notifications:
  email:
    - filippo.valsorda@gmail.com
    - phihag@phihag.de
    - yasoob.khld@gmail.com
#  irc:
#    channels:
#      - "irc.freenode.org#youtube-dl"
#    skip_join: true
back to top