https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: 29a9385ff083fde37bcd5fc1119fa7fa55cf6973 authored by Philipp Hagemeister on 02 January 2015, 14:56:26 UTC
release 2015.01.02
Tip revision: 29a9385
.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
    - jaime.marquinez.ferrandiz+travis@gmail.com
    - yasoob.khld@gmail.com
#  irc:
#    channels:
#      - "irc.freenode.org#youtube-dl"
#    skip_join: true
back to top