mirror of
https://github.com/romanz/amodem.git
synced 2026-03-21 09:59:33 +08:00
Merge pull request #9 from romanz/coverage-debug
Make coverage reporting work
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -3,11 +3,12 @@ python:
|
||||
- "2.7"
|
||||
|
||||
install:
|
||||
- "pip install ."
|
||||
- "pip install -r requirements.txt"
|
||||
- "pip install coveralls"
|
||||
- pip install .
|
||||
- pip install coveralls
|
||||
|
||||
script: coverage run --source=amodem tests/run.py
|
||||
script:
|
||||
- cd tests
|
||||
- coverage run --source=amodem -m py.test
|
||||
|
||||
after_success:
|
||||
after_success:
|
||||
- coveralls
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
import pytest
|
||||
pytest.main()
|
||||
Reference in New Issue
Block a user