Files
amodem/.travis.yml
2014-08-05 18:18:24 +03:00

15 lines
186 B
YAML

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