]> jfr.im git - yt-dlp.git/blame_incremental - .travis.yml
Merge branch 'master' of github.com:rg3/youtube-dl
[yt-dlp.git] / .travis.yml
... / ...
CommitLineData
1language: python
2#specify the python version
3python:
4 - "2.6"
5 - "2.7"
6#command to install the setup
7install:
8# command to run tests
9script: nosetests test --nocapture