mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
16 lines
278 B
YAML
16 lines
278 B
YAML
|
|
environment:
|
|
matrix:
|
|
- PYTHON: "C:\\Python36-x64"
|
|
|
|
install:
|
|
- "set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
|
- "pip install -r requirements.txt -r dev_requirements.txt --timeout 45"
|
|
|
|
build: off
|
|
|
|
test_script:
|
|
- "pytest tests/"
|
|
|
|
after_test:
|
|
- "python setup.py build"
|