aprs-python/.travis.yml

19 lines
229 B
YAML

language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
install:
- make init
- pip install coveralls
script:
make test
after_success:
coveralls