mirror of https://github.com/saimn/sigal.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
557 B
24 lines
557 B
environment: |
|
matrix: |
|
# For Python versions available on Appveyor, see |
|
# http://www.appveyor.com/docs/installed-software#python |
|
- PYTHON: "C:\\Python27" |
|
- PYTHON: "C:\\Python34" |
|
- PYTHON: "C:\\Python35" |
|
- PYTHON: "C:\\Python36" |
|
|
|
matrix: |
|
fast_finish: true |
|
|
|
platform: |
|
-x64 |
|
|
|
install: |
|
- cinst ffmpeg |
|
- "%PYTHON%\\python.exe -m pip install pytest pytest-cov coveralls" |
|
- "%PYTHON%\\python.exe -m pip install ." |
|
|
|
build: off |
|
|
|
test_script: |
|
- "%PYTHON%\\python.exe -m pytest -sv --cov sigal --cov-report term-missing tests/"
|
|
|