apprise/.travis.yml
2017-11-26 00:02:36 -05:00

16 lines
227 B
YAML

language: python
python:
- "2.7"
install:
- pip install .
- pip install coveralls
- pip install -r requirements.txt
after_success:
- coveralls
# run tests
script: nosetests --with-coverage --cover-package=apprise