Add requirements allowing to test GUI: PyQt5 and sip.

This commit is contained in:
krassowski 2017-09-21 03:46:46 +00:00
parent b863d7972c
commit 153e560c3d

View File

@ -4,6 +4,7 @@ python:
install:
- sudo apt-get update
- sudo apt-get install portaudio19-dev
- pip install PyQt5 sip
- pip install -r requirements.txt
- pip install nose
- pip install coveralls