1
0
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:
Yen Chi Hsuan 2016-03-04 01:36:08 +08:00
parent 9998fbd6e8
commit 8859763182

15
appveyor.yml Normal file
View 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"