https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: d9d56deadf1795a88ec1cfa7b18c13ca559b3d50 authored by Sergey M․ on 27 July 2016, 19:42:57 UTC
release 2016.07.28
Tip revision: d9d56de
.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
    - yasoob.khld@gmail.com
#  irc:
#    channels:
#      - "irc.freenode.org#youtube-dl"
#    skip_join: true
back to top