aprs-python/.travis.yml

21 lines
283 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
- pip install scrutinizer-ocular
script:
- make test
after_success:
- coveralls
- ocular