https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: dd4291f72984037286dfd1800fdc07204b0b621a authored by Sergey M․ on 07 October 2016, 15:25:30 UTC
release 2016.10.07
Tip revision: dd4291f
.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