https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: b1ce2ba1978142c75418ead4b91ea6138bb37a16 authored by Sergey M․ on 09 August 2016, 17:20:44 UTC
release 2016.08.10
Tip revision: b1ce2ba
.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