]> jfr.im git - yt-dlp.git/blame - .travis.yml
gentests: allow test-specific FileDownloader params override from tests.json
[yt-dlp.git] / .travis.yml
CommitLineData
aeeb29a3 1language: python
2#specify the python version
3python:
4 - "2.6"
5 - "2.7"
ad348291
PH
6notifications:
7 irc: "irc.freenode.org#youtube-dl"
6b41b611 8#command to install the setup
9install:
aeeb29a3 10# command to run tests
1ca63e3a 11script: nosetests test --verbose