Skip to content

Commit 7266c5a

Browse files
committed
use msvs_version=2017 in native module tests
1 parent 0433799 commit 7266c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sanity/nw_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def install_native_modules():
7878
if sys.platform in ('win32', 'cygwin'):
7979
nw_gyp_path = os.path.join(os.path.dirname(nw_gyp_path),
8080
'node_modules', 'nw-gyp', 'bin', 'nw-gyp.js')
81-
npm_cmdline = [npm_path, 'install', '--msvs_version=2015']
81+
npm_cmdline = [npm_path, 'install', '--msvs_version=2017']
8282

8383
print "nw_gyp: ", nw_gyp_path
8484
print "npm_path: ", npm_path

0 commit comments

Comments
 (0)