aprs-python/.travis.yml

12 lines
143 B
YAML

language: python
python:
- "2.7"
install:
- make init
- pip install coveralls
script:
make build
after_success:
coveralls