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

15 lines
187 B
YAML
Raw Normal View History

2018-03-24 00:57:33 +01:00
language: python
virtualenv:
system_site_packages: false # default, just making explicit
python:
- "2.6"
- "2.7"
install:
pip install -r requirements.txt
# script:
# pytest