https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: b3d7dce42952cf23b8f9ea883c75736dadfee12e authored by Sergey M․ on 16 August 2016, 23:21:21 UTC
release 2016.08.17
Tip revision: b3d7dce
.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