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

20 lines
369 B
YAML
Raw Normal View History

language: python
python:
- "2.7"
2020-11-12 15:28:52 +01:00
addons:
apt:
packages:
- build-essential
- libcap-dev
- python-qt4
- tor
- xvfb
install:
- pip install -r requirements.txt
- ln -s src pybitmessage # tests environment
- python setup.py install
script:
2020-11-23 20:58:17 +01:00
# - python checkdeps.py
- xvfb-run src/bitmessagemain.py -t
- python setup.py test