mirror of
https://github.com/romanz/amodem.git
synced 2026-03-17 15:16:00 +08:00
14 lines
202 B
YAML
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
|