This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-02-01/.travis.yml
2020-11-23 22:46:38 +05:30

9 lines
131 B
YAML

language: python
python:
- "2.7"
script:
- python checkdeps.py
- xvfb-run src/bitmessagemain.py -t
- python setup.py test