https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: 73ec479c7d787c58d249583f4bb00657c370a938 authored by Sergey M․ on 30 November 2016, 17:15:12 UTC
release 2016.12.01
Tip revision: 73ec479
.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