This commit is contained in:
tqchen 2015-07-29 21:21:58 -07:00
parent 0d5741bc74
commit 033a0c139e

View File

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