https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: 5c4bfd4da5d532bf8d5aaf1bb37396f7cfbc786b authored by Sergey M․ on 12 October 2016, 14:30:05 UTC
release 2016.10.12
Tip revision: 5c4bfd4
.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