https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: d38b27dd9b108a7518dd291c5c231a53abd3f2df authored by Sergey M․ on 24 August 2016, 03:11:04 UTC
release 2016.08.24.1
Tip revision: d38b27d
.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