Skip to content

Commit

Permalink
Merge pull request #27 from arcondello/winpy34
Browse files Browse the repository at this point in the history
Set proper env variables for windows python3.4 build
  • Loading branch information
arcondello committed Jul 31, 2018
2 parents 531e5e3 + 29674e0 commit 9121286
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ install:
- "%PYTHON%\\python.exe --version"
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"

# for python34-x64
- echo "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 > "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64/vcvars64.bat"

build_script:
- "%PYTHON%\\python.exe setup.py build_ext --inplace"

Expand Down

0 comments on commit 9121286

Please sign in to comment.