Files
patroni/.travis.yml
T
2015-05-19 12:59:37 +02:00

12 lines
178 B
YAML

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