aprs-python/.travis.yml

7 lines
83 B
YAML

language: python
python:
- "2.6"
- "2.7"
install: make init
script: make build