https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: 8188b923db3f1e491ec128fe65a0ed380f1e6a04 authored by Sergey M․ on 17 July 2016, 12:04:29 UTC
release 2016.07.17
Tip revision: 8188b92
.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