1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-17 05:48:58 +00:00
gns3-server/appveyor.yml

20 lines
369 B
YAML
Raw Normal View History

2017-04-18 09:54:10 +00:00
version: '{build}-{branch}'
image: Visual Studio 2015
platform: x64
environment:
2017-04-18 10:20:04 +00:00
PYTHON: "C:\\Python36-x64"
DISTUTILS_USE_SDK: "1"
2017-04-18 09:54:10 +00:00
install:
2017-04-18 12:08:37 +00:00
- cinst nmap
2017-04-18 09:54:10 +00:00
- "%PYTHON%\\python.exe -m pip install -r dev-requirements.txt"
- "%PYTHON%\\python.exe -m pip install -r win-requirements.txt"
2017-04-18 09:54:10 +00:00
build: off
test_script:
2017-04-18 11:39:34 +00:00
- "%PYTHON%\\python.exe -m pytest -v"