mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-05 18:31:02 +01:00
12 lines
222 B
YAML
12 lines
222 B
YAML
language: python
|
|
#specify the python version
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
notifications:
|
|
irc: "irc.freenode.org#youtube-dl"
|
|
#command to install the setup
|
|
install:
|
|
# command to run tests
|
|
script: nosetests test --nocapture
|