Files
patroni/.travis.yml
T

14 lines
198 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- python setup.py test
after_success:
- coveralls