https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: 1560baacc677c43c1007acfc89b8190f81a59684 authored by Sergey M․ on 18 January 2017, 16:10:00 UTC
release 2017.01.18
Tip revision: 1560baa
.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