This commit is contained in:
tqchen 2015-07-29 21:27:40 -07:00
parent bb13c2cd15
commit 1a91b15a6e

View File

@ -7,9 +7,7 @@ configuration:
install:
- cmd: git clone https://github.com/ogrisel/python-appveyor-demo
- cmd: mkdir appveyor
- cmd: copy python-appveyor-demo\appvegor\install.ps1 appveyor\install.ps1
- ps: appvegor\install.ps1
- ps: python-appveyor-demo\appveyor\install.ps1
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""