https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: eae16eb67b4e0c7deea4a56cae19650aab809662 authored by Philipp Hagemeister on 20 February 2014, 12:14:21 UTC
release 2014.02.20
Tip revision: eae16eb
.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