Changes in Travis CI config: install pybitmessage and python_prctl
This commit is contained in:
parent
43a471a79b
commit
c5462a00cc
|
@ -1,6 +1,12 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- build-essential
|
||||||
|
- libcap-dev
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
script: src/bitmessagemain.py -t
|
- python setup.py install
|
||||||
|
script: pybitmessage -t
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
setuptools
|
python_prctl
|
||||||
numpy
|
|
||||||
gi
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user