This repository has been archived on 2025-01-30. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-01-30/.travis.yml

16 lines
252 B
YAML
Raw Normal View History

language: python
python:
- "2.7"
addons:
apt:
packages:
- build-essential
- libcap-dev
2018-06-24 17:37:38 +02:00
- libssl-dev
install:
- pip install -r requirements.txt
- python setup.py install
2018-06-24 17:37:38 +02:00
script:
- pybitmessage -t
- python setup.py test