Files
amodem/.travis.yml
2014-12-27 09:27:46 +02:00

19 lines
227 B
YAML

sudo: false
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install:
- pip install .
- pip install coveralls
script:
- cd tests
- coverage run --source=amodem -m py.test
after_success:
- coveralls