youtube-dl/.travis.yml

14 lines
227 B
YAML
Raw Normal View History

2012-10-15 09:37:33 +01:00
language: python
python:
- "2.6"
- "2.7"
# - "3.3"
2012-10-15 17:28:38 +01:00
script: nosetests test --nocapture
notifications:
email:
- filippo.valsorda@gmail.com
irc:
channels:
- "irc.freenode.org#youtube-dl"
skip_join: true