Skip to content

Commit

Permalink
we do need varsall line and DISTUTILS does not help
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Apr 14, 2016
1 parent c87ea10 commit 6ddf749
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Expand Up @@ -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
Expand Down

0 comments on commit 6ddf749

Please sign in to comment.