mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
21 lines
374 B
YAML
21 lines
374 B
YAML
version: '{build}-{branch}'
|
|
|
|
image: Visual Studio 2015
|
|
|
|
platform: x64
|
|
|
|
shallow_clone: true
|
|
|
|
environment:
|
|
PYTHON: "C:\\Python36-x64"
|
|
DISTUTILS_USE_SDK: "1"
|
|
|
|
install:
|
|
- "%PYTHON%\\python.exe -m pip install -r dev-requirements.txt"
|
|
- "%PYTHON%\\python.exe -m pip install -r win-requirements.txt"
|
|
|
|
build: off
|
|
|
|
test_script:
|
|
- "%PYTHON%\\python.exe -m pytest -v"
|