Build GUI before running tests

This commit is contained in:
krassowski 2017-09-21 03:52:03 +00:00
parent 153e560c3d
commit 3334cbd249

View file

@ -6,6 +6,7 @@ install:
- sudo apt-get install portaudio19-dev
- pip install PyQt5 sip
- pip install -r requirements.txt
- bash tools/build_ui.sh
- pip install nose
- pip install coveralls