mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-26 17:32:51 +08:00
[appveyor] Add appveyor.yml
This commit is contained in:
parent
9998fbd6e8
commit
8859763182
15
appveyor.yml
Normal file
15
appveyor.yml
Normal file
@ -0,0 +1,15 @@
|
||||
# Python 3.2 is not installed on Appveyor
|
||||
environment:
|
||||
matrix:
|
||||
- PYTHON: "C:\\Python26\\python.exe"
|
||||
- PYTHON: "C:\\Python27\\python.exe"
|
||||
- PYTHON: "C:\\Python33\\python.exe"
|
||||
- PYTHON: "C:\\Python34\\python.exe"
|
||||
- PYTHON: "C:\\Python35\\python.exe"
|
||||
|
||||
install:
|
||||
- "%PYTHON% -m pip install --verbose -r requirements.txt"
|
||||
|
||||
test_script:
|
||||
- "%PYTHON% devscripts/i18n.py"
|
||||
- "%PYTHON% -m nose --verbose test"
|
Loading…
Reference in New Issue
Block a user