Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89dff06

Browse files
authored
Merge branch 'master' into py37
2 parents 49467dd + 8a9fd73 commit 89dff06

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ environment:
3131
- PYTHON_VERSION: 3.6
3232
- PYTHON_VERSION: 3.7
3333

34+
matrix:
35+
allow_failures:
36+
- PYTHON_VERSION: 3.4
37+
BUILD_OPTS: --xplat
38+
- PYTHON_VERSION: 3.4
39+
3440
init:
3541
# Update Environment Variables based on matrix/platform
3642
- set PY_VER=%PYTHON_VERSION:.=%

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def _install_packages(self):
329329
self.debug_print("Updating NuGet: {0}".format(cmd))
330330
subprocess.check_call(cmd, shell=use_shell)
331331

332-
cmd = "{0} restore pythonnet.sln -o packages".format(nuget)
332+
cmd = "{0} restore pythonnet.sln -MSBuildVersion 14 -o packages".format(nuget)
333333
self.debug_print("Installing packages: {0}".format(cmd))
334334
subprocess.check_call(cmd, shell=use_shell)
335335

0 commit comments

Comments
 (0)