Unverified Commit 237ff5c1 authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

py --list

parent 26c4cbdf
...@@ -47,17 +47,18 @@ matrix: ...@@ -47,17 +47,18 @@ matrix:
install: install:
# Install miniconda and fix headers # Install miniconda and fix headers
- where python - where python
- where python3 || true - where py
- where py || true - py --list
- SET PATH=%PYTHON%;%PYTHON%\Scripts;%PYTHON%\Library\bin;%PATH% - SET PATH=%PYTHON%;%PYTHON%\Scripts;%PYTHON%\Library\bin;%PATH%
- where conda - echo %PATH%
- SET CONDA_PATH=$(where conda) - where conda || true
- echo %CONDA_PATH%
- conda info - conda info
# Check that we have the expected version and architecture for Python # Check that we have the expected version and architecture for Python
- python --version - python --version
- python -c "import struct; print(struct.calcsize('P') * 8)" - python -c "import struct; print(struct.calcsize('P') * 8)"
- py --version
- py -c "import struct; print(struct.calcsize('P') * 8)"
# clone a origsel/python-appveyor-demo # clone a origsel/python-appveyor-demo
# this repo includes a simple package to test appveyor # this repo includes a simple package to test appveyor
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment