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

Build only for Python 3.6 on Windows

This commit is contained in:
Julien Duponchelle 2017-04-18 12:20:04 +02:00
parent c50e80b2d3
commit 25a992a870
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -1,20 +1,13 @@
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"
PYTHON: "C:\\Python36-x64"
DISTUTILS_USE_SDK: "1"
install: