added packages and requirements
This commit is contained in:
parent
2a48cdde7c
commit
edb7ccc4f1
13
.travis.yml
13
.travis.yml
|
@ -1,7 +1,18 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
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:
|
script:
|
||||||
- python checkdeps.py
|
- python checkdeps.py
|
||||||
- xvfb-run src/bitmessagemain.py -t
|
- xvfb-run src/bitmessagemain.py -t
|
||||||
|
|
Reference in New Issue
Block a user