]> jfr.im git - yt-dlp.git/blame - .travis.yml
fix DailyMotion official users videos - closes #281 - by @yvestan
[yt-dlp.git] / .travis.yml
CommitLineData
aeeb29a3 1language: python
2#specify the python version
3python:
4 - "2.6"
5 - "2.7"
6b41b611 6#command to install the setup
7install:
aeeb29a3 8# command to run tests
6b41b611 9script: nosetests test --nocapture