summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-02 22:26:04 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-02 22:26:04 +0200
commitdd905a2ae14bf2ee59a068f1c3acbca1ff0b7067 (patch)
tree940a166996e002ca0b32bb5cf19f82d379213a34 /appveyor.yml
parenta5d4121eed942bbbc672a7b00bf20866c17dc858 (diff)
downloadvim-dd905a2ae14bf2ee59a068f1c3acbca1ff0b7067.zip
patch 7.4.2311
Problem: Appveyor 64 bit build still using Python 3.4 Solution: Switch to Python 3.5. (Ken Takata, closes #1032)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7f6a40a6e..263e778df 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -26,9 +26,10 @@ build_script:
test_script:
- cd src/testdir
# Testing with MSVC gvim
+ - path C:\Python35-x64;%PATH%
- nmake -f Make_dos.mak VIMPROG=..\gvim
- nmake -f Make_dos.mak clean
# Testing with MingW console version
- nmake -f Make_dos.mak VIMPROG=..\vim
-# vim: sw=2 sts=2 et ts=2 sr
+# vim: sw=2 sts=2 et ts=8 sr