Install needed packages and try to run Qt tests

This commit is contained in:
Dmitri Bogomolov 2020-06-09 17:43:24 +03:00
parent d6953eb450
commit 731f75687e
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
1 changed files with 3 additions and 1 deletions

View File

@ -6,12 +6,14 @@ addons:
packages:
- build-essential
- libcap-dev
- python-qt4
- tor
- xvfb
install:
- pip install -r requirements.txt
- ln -s src pybitmessage # tests environment
- python setup.py install
script:
- python checkdeps.py
- src/bitmessagemain.py -t
- xvfb-run src/bitmessagemain.py -t
- python setup.py test