9 lines
131 B
YAML
9 lines
131 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
|
|
script:
|
|
- python checkdeps.py
|
|
- xvfb-run src/bitmessagemain.py -t
|
|
- python setup.py test
|