https://github.com/ytdl-org/youtube-dl
Raw File
Tip revision: 5926c10690b2e5d1df75dc1ecb263f367ee7749e authored by Philipp Hagemeister on 25 June 2013, 16:40:58 UTC
release 2013.06.31
Tip revision: 5926c10
.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