https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: 94c3637f6de8109fd8b9a3245c29e28156211461 authored by Philipp Hagemeister on 07 July 2013, 14:55:06 UTC
release 2013.07.07
Tip revision: 94c3637
.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
#  irc:
#    channels:
#      - "irc.freenode.org#youtube-dl"
#    skip_join: true
back to top