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

20 lines
358 B
YAML
Raw Normal View History

language: python
python:
- "3.7"
addons:
apt:
packages:
- build-essential
- libcap-dev
- python-qt4
2019-08-09 16:15:00 +02:00
- tor
- xvfb
install:
- pip install -r requirements.txt
- ln -s src pybitmessage # tests environment
- python setup.py install
script:
- python checkdeps.py
2020-09-18 17:01:04 +02:00
- xvfb-run pybitmessage -t
- python setup.py test