youtube-dl/.travis.yml
Filippo Valsorda 1ca63e3ae3 the test didn't load our Gzip opener
this was blocking the Vimeo test

+ some more gentest fixes
2012-12-11 11:33:15 +01:00

12 lines
220 B
YAML

language: python
#specify the python version
python:
- "2.6"
- "2.7"
notifications:
irc: "irc.freenode.org#youtube-dl"
#command to install the setup
install:
# command to run tests
script: nosetests test --verbose