Set py3 path in CI

This commit is contained in:
Manuel Cortez 2019-10-03 17:50:26 -05:00
parent ba48a817f2
commit 9500703408

View File

@ -41,6 +41,7 @@ install:
# - ps: "ls \"C:/\""
# Check that we have the expected version and architecture for Python
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""