Peter Surda
0790a33fbf
- these are very minimalistic, with input from @g1itch, @sigoa and @venkateshpitta
7 lines
125 B
YAML
7 lines
125 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script: src/bitmessagemain.py -t
|