1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 18:08:55 +00:00
gns3-server/appveyor.yml

22 lines
446 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-19 08:09:52 +00:00
API_TOKEN:
secure: VEKn4bYH3QO0ixtQW5ni4Enmn8cS1NlZV246ludBDgQ=
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-19 08:09:52 +00:00
- "%PYTHON%\\python.exe -m pytest -v"