mirror of
https://github.com/romanz/amodem.git
synced 2026-04-17 11:45:58 +08:00
tox: update to test with coverage
This commit is contained in:
7
tox.ini
7
tox.ini
@@ -4,5 +4,10 @@ envlist = py27,py34
|
|||||||
deps=
|
deps=
|
||||||
pytest
|
pytest
|
||||||
mock
|
mock
|
||||||
|
pep8
|
||||||
|
coverage
|
||||||
git+http://people.csail.mit.edu/hubert/git/pyaudio.git
|
git+http://people.csail.mit.edu/hubert/git/pyaudio.git
|
||||||
commands=py.test tests/
|
commands=
|
||||||
|
pep8 amodem/ scripts/ tests/ amodem-cli
|
||||||
|
coverage run --source amodem/ -m py.test tests/
|
||||||
|
coverage report
|
||||||
|
|||||||
Reference in New Issue
Block a user