File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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+
3440init :
3541 # Update Environment Variables based on matrix/platform
3642 - set PY_VER=%PYTHON_VERSION:.=%
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments