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

10 lines
123 B
YAML
Raw Normal View History

2018-03-22 23:45:04 +01:00
language: python
python:
2018-03-23 02:04:11 +01:00
- "2.7"
sudo:
- required
install:
- python2 setup.py build
script:
- bash ./TravisRunner