summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 45b71f11b62ee31d2547215c1c3999e6bf97129d (plain)
    1 language: python
    2 python:
    3   - "2.6"
    4   - "2.7"
    5   - "3.3"
    6 script: nosetests test --verbose
    7 notifications:
    8   email:
    9     - filippo.valsorda@gmail.com
   10     - phihag@phihag.de
   11     - jaime.marquinez.ferrandiz+travis@gmail.com
   12     - yasoob.khld@gmail.com
   13 #  irc:
   14 #    channels:
   15 #      - "irc.freenode.org#youtube-dl"
   16 #    skip_join: true

Generated by cgit