https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: 57adeaea87fd6fdd3cdd49e97d8d9e7f7feab833 authored by Philipp Hagemeister on 23 May 2013, 11:37:19 UTC
release 2013.05.23
Tip revision: 57adeae
.travis.yml
language: python
python:
  - "2.6"
  - "2.7"
  - "3.3"
script: nosetests test --verbose
notifications:
  email:
    - filippo.valsorda@gmail.com
    - phihag@phihag.de
    - jaime.marquinez.ferrandiz+travis@gmail.com
#  irc:
#    channels:
#      - "irc.freenode.org#youtube-dl"
#    skip_join: true
back to top