Commit 6ddf7497 authored by Forest Gregg's avatar Forest Gregg

we do need varsall line and DISTUTILS does not help

parent c87ea10a
......@@ -7,15 +7,14 @@ environment:
- python : 27-x64
- python : 33
- python : 33-x64
DISTUTILS_USE_SDK: "1"
- python : 34
- python : 34-x64
DISTUTILS_USE_SDK: "1"
- python : 35
- python : 35-x64
install:
- "SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%"
- 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"
- pip install -e .
build: false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment