2018-03-29 10:10:18 +02:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
|
|
|
install:
|
|
|
|
- pip install -r requirements.txt
|
2018-03-29 11:23:50 +02:00
|
|
|
- sudo apt-get install python-msgpack python-qt4 python-pyopencl
|
2018-03-29 10:10:18 +02:00
|
|
|
script: src/bitmessagemain.py -t
|