[appveyor] Added python version display after install

This commit is contained in:
Snaipe 2016-01-20 10:49:29 +01:00
parent 8b11c2d179
commit 7740b9dfca

View file

@ -40,6 +40,7 @@ install:
# Install Python
- ps: if (-not(Test-Path($env:PYTHON))) { & .cmake\install_python.ps1 }
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PYTHON%\\bin;%PATH%"
- python --version
# Upgrade pip
- "pip install --disable-pip-version-check --user --upgrade pip"
# Install cram