Skip to content

Commit 80574f5

Browse files
committed
Update appveyor
1 parent 83582cb commit 80574f5

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.appveyor.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,18 @@ environment:
6363
build: off
6464

6565
install:
66+
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
6667
- git --version
6768
- python --version
68-
- '%PYTHON%\python.exe --version'
69+
- pip --version
70+
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
6971

7072
- git submodule update --init --recursive
71-
- '%PYTHON%\scripts\pip.exe install wheel'
72-
- '%PYTHON%\scripts\pip.exe --version'
73+
- pip install wheel
7374
- set
7475

7576
test_script:
76-
- '%PYTHON%\python.exe setup.py test'
77+
- python setup.py test
7778
#- cibuildwheel --output-dir wheels
7879
#- ls wheels
7980
- ps: |

0 commit comments

Comments
 (0)