You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gns3-server/appveyor.yml

27 lines
462 B

7 years ago
version: '{build}-{branch}'
# Do not build feature branch with open Pull Requests
skip_branch_with_pr: true
image: Visual Studio 2015
platform: x64
shallow_clone: true
environment:
matrix:
- PYTHON: "C:\\Python36-x64"
DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Python35-x64"
DISTUTILS_USE_SDK: "1"
install:
- "%PYTHON%\\python.exe -m pip install -r dev-requirements.txt"
build: off
test_script:
- "%PYTHON%\\python.exe -m pytest"