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
Biryuzovye Kleshni c12b9ec796 Try OSX
2018-06-25 05:25:26 +00:00

13 lines
265 B
YAML

language: python
python:
- "2.7"
os: osx
install:
- pip install -r requirements.txt
- python setup.py install
- make -C src/workprover/fastsolver
- readelf -a src/workprover/fastsolver/libfastsolver.so
script:
- pybitmessage -t
- python setup.py test