We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83582cb commit 80574f5Copy full SHA for 80574f5
1 file changed
.appveyor.yml
@@ -63,17 +63,18 @@ environment:
63
build: off
64
65
install:
66
+ - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
67
- git --version
68
- python --version
- - '%PYTHON%\python.exe --version'
69
+ - pip --version
70
+ - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
71
72
- git submodule update --init --recursive
- - '%PYTHON%\scripts\pip.exe install wheel'
- - '%PYTHON%\scripts\pip.exe --version'
73
+ - pip install wheel
74
- set
75
76
test_script:
- - '%PYTHON%\python.exe setup.py test'
77
+ - python setup.py test
78
#- cibuildwheel --output-dir wheels
79
#- ls wheels
80
- ps: |
0 commit comments