Add requirements allowing to test GUI: PyQt5 and sip.
This commit is contained in:
parent
b863d7972c
commit
153e560c3d
@ -4,6 +4,7 @@ python:
|
|||||||
install:
|
install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install portaudio19-dev
|
- sudo apt-get install portaudio19-dev
|
||||||
|
- pip install PyQt5 sip
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install nose
|
- pip install nose
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
|
Loading…
Reference in New Issue
Block a user