mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 01:04:51 +02:00
20 lines
369 B
YAML
20 lines
369 B
YAML
version: '{build}-{branch}'
|
|
|
|
image: Visual Studio 2015
|
|
|
|
platform: x64
|
|
|
|
environment:
|
|
PYTHON: "C:\\Python36-x64"
|
|
DISTUTILS_USE_SDK: "1"
|
|
|
|
install:
|
|
- cinst nmap
|
|
- "%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"
|