https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: 6d2679ee26eb6ad0587d01e40ca7a17a6edd6e2a authored by Sergey M․ on 21 August 2016, 21:17:34 UTC
release 2016.08.22
Tip revision: 6d2679e
.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