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

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