Browse Source

[AppVeyor] `python` should use python 2

Andy Li 10 years ago
parent
commit
b5a5b5dfbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -46,7 +46,7 @@ install:
     - neko -version
     # setup python
     - cmd: mklink C:\Python34-x64\python3.exe C:\Python34-x64\python.exe
-    - set PATH=C:\Python34-x64;%PATH%
+    - set PATH=%PATH%;C:\Python34-x64
 
 build_script:
     - 'cd %APPVEYOR_BUILD_FOLDER%'