correct py version output

This commit is contained in:
Luke Campagnola 2014-03-25 13:29:00 -04:00
parent d9fd039be2
commit 0eedb5c18e
1 changed files with 5 additions and 2 deletions

View File

@ -92,8 +92,11 @@ install:
# Debugging helpers
- uname -a
- cat /etc/issue
- python --version
- python3 --version
- if [ "${PYTHON}" == "2.7" ]; then
python --version;
else
python3 --version;
fi;
- apt-cache search python3-pyqt
- apt-cache search python3-pyside
- apt-cache search pytest