File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,12 @@ environment:
31
31
- PYTHON_VERSION : 3.6
32
32
- PYTHON_VERSION : 3.7
33
33
34
+ matrix :
35
+ allow_failures :
36
+ - PYTHON_VERSION : 3.4
37
+ BUILD_OPTS : --xplat
38
+ - PYTHON_VERSION : 3.4
39
+
34
40
init :
35
41
# Update Environment Variables based on matrix/platform
36
42
- set PY_VER=%PYTHON_VERSION:.=%
Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ def _install_packages(self):
329
329
self .debug_print ("Updating NuGet: {0}" .format (cmd ))
330
330
subprocess .check_call (cmd , shell = use_shell )
331
331
332
- cmd = "{0} restore pythonnet.sln -o packages" .format (nuget )
332
+ cmd = "{0} restore pythonnet.sln -MSBuildVersion 14 -o packages" .format (nuget )
333
333
self .debug_print ("Installing packages: {0}" .format (cmd ))
334
334
subprocess .check_call (cmd , shell = use_shell )
335
335
You can’t perform that action at this time.
0 commit comments