https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: 86e8c89488c4d41009aa8f1044681c3f217ec1b8 authored by Philipp Hagemeister on 09 December 2015, 14:32:26 UTC
release 2015.12.09
Tip revision: 86e8c89
.travis.yml
language: python
python:
  - "2.6"
  - "2.7"
  - "3.2"
  - "3.3"
  - "3.4"
  - "3.5"
sudo: false
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