Files
amodem/.travis.yml
2014-08-07 17:05:27 +03:00

16 lines
196 B
YAML

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