https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: f1ed3acae56a5874b6f3965e0735104bbccf8ce2 authored by Philipp Hagemeister on 04 February 2016, 12:39:26 UTC
release 2016.02.04
Tip revision: f1ed3ac
.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
    - phihag@phihag.de
    - yasoob.khld@gmail.com
#  irc:
#    channels:
#      - "irc.freenode.org#youtube-dl"
#    skip_join: true
back to top