This repository has been archived on 2024-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-08-21/.travis.yml
2018-06-27 10:16:00 +00:00

14 lines
197 B
YAML

language: python
python:
- "2.7"
addons:
apt:
packages:
- build-essential
- libcap-dev
install:
- python setup.py install
script:
- pybitmessage -t
- python setup.py test