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

14 lines
202 B
YAML

language: python
python:
- "2.7"
install:
- "pip install ."
- "pip install -r requirements.txt"
- "pip install coveralls"
script: coverage run tests/run.py
after_success:
- coverage report