1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-10-06 10:17:15 +03:00
pgcli/.travis.yml
2015-07-27 09:53:14 -07:00

24 lines
450 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
install:
- pip install codecov
- pip install -e .
script:
- coverage run --source pgcli -m py.test
after_success:
- codecov
notifications:
webhooks:
urls:
- YOUR_WEBHOOK_URL
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false