Skip to content

Commit 731f756

Browse files
committed
Install needed packages and try to run Qt tests
1 parent d6953eb commit 731f756

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ addons:
66
packages:
77
- build-essential
88
- libcap-dev
9+
- python-qt4
910
- tor
11+
- xvfb
1012
install:
1113
- pip install -r requirements.txt
1214
- ln -s src pybitmessage # tests environment
1315
- python setup.py install
1416
script:
1517
- python checkdeps.py
16-
- src/bitmessagemain.py -t
18+
- xvfb-run src/bitmessagemain.py -t
1719
- python setup.py test

0 commit comments

Comments
 (0)