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

33 lines
701 B
YAML

language: python
python:
- "2.7"
addons:
apt:
packages:
- build-essential
- libcap-dev
- python-qt4
- tor
- xvfb
jobs:
allow_failures:
- os: windows
include:
- dist: xenial
- os: windows
# if: type = pull_request
before_install:
- choco install python2
- python -m pip install --upgrade pip
- python -m pip install psutil pycrypto
env:
- PATH=/c/Python27:/c/Python27/Scripts:$PATH
install:
- pip install -r requirements.txt
- ln -s src pybitmessage # tests environment
- python setup.py install
script:
- python checkdeps.py
- xvfb-run src/bitmessagemain.py -t
- python setup.py test