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