mirror of
https://github.com/romanz/amodem.git
synced 2026-02-06 16:48:06 +08:00
run from tests
This commit is contained in:
@@ -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 tests/run.py
|
||||
script:
|
||||
- cd tests
|
||||
- coverage run --source=amodem -m py.test
|
||||
|
||||
after_success:
|
||||
- coverage report
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
import pytest
|
||||
pytest.main()
|
||||
Reference in New Issue
Block a user