https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: ab9c7214ee6c831a68216caf1cd1f9f3c183e4fd authored by Philipp Hagemeister on 23 October 2015, 22:10:41 UTC
release 2015.10.24
Tip revision: ab9c721
.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