mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
13 lines
188 B
YAML
13 lines
188 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.3"
|
|
- "3.4"
|
|
install:
|
|
- pip install -r requirements.txt
|
|
- pip install coveralls
|
|
script:
|
|
- python setup.py test
|
|
after_success:
|
|
- coveralls
|