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