Changes in Travis CI config: install pybitmessage and python_prctl

This commit is contained in:
Dmitri Bogomolov 2018-04-05 12:51:50 +03:00
parent 43a471a79b
commit c5462a00cc
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
2 changed files with 10 additions and 6 deletions

View File

@ -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

View File

@ -1,3 +1 @@
setuptools python_prctl
numpy
gi