]> jfr.im git - yt-dlp.git/blame - .travis.yml
added a test mode to FileDownloader that fetches only first 10K
[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
6b41b611 11script: nosetests test --nocapture