Build GUI before running tests

This commit is contained in:
krassowski 2017-09-21 03:52:03 +00:00
parent e3c974279c
commit 70934efc6d

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