1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 11:18:11 +00:00

Merge branch 'master' into 2.0

This commit is contained in:
Julien Duponchelle 2017-04-18 12:33:19 +02:00
commit b152360c5b
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8
2 changed files with 7 additions and 10 deletions

View File

@ -1,26 +1,20 @@
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"
PYTHON: "C:\\Python36-x64"
DISTUTILS_USE_SDK: "1"
install:
- "%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 py.test"
- "%PYTHON%\\python.exe -m pytest"

3
win-requirements.txt Normal file
View File

@ -0,0 +1,3 @@
-rrequirements.txt
pypiwin32 # pyup: ignore