mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
Build GUI before running tests
This commit is contained in:
parent
153e560c3d
commit
3334cbd249
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ install:
|
||||||
- sudo apt-get install portaudio19-dev
|
- sudo apt-get install portaudio19-dev
|
||||||
- pip install PyQt5 sip
|
- pip install PyQt5 sip
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
- bash tools/build_ui.sh
|
||||||
- pip install nose
|
- pip install nose
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue