apt checks

This commit is contained in:
Luke Campagnola 2014-03-25 11:55:43 -04:00
parent cf95ccef86
commit d9fd039be2
1 changed files with 4 additions and 1 deletions

View File

@ -92,10 +92,13 @@ install:
# Debugging helpers
- uname -a
- cat /etc/issue
- python${PYTHON} --version
- python --version
- python3 --version
- apt-cache search python3-pyqt
- apt-cache search python3-pyside
- apt-cache search pytest
- apt-cache search python pip
- apt-cache search python qt5
before_script: