mirror of
https://github.com/romanz/amodem.git
synced 2026-02-08 10:28:00 +08:00
15 lines
186 B
YAML
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
|