tox: update to test with coverage

This commit is contained in:
Roman Zeyde
2014-12-31 14:18:51 +02:00
parent 72ee5147f4
commit 3ae72091cb

View File

@@ -4,5 +4,10 @@ envlist = py27,py34
deps=
pytest
mock
pep8
coverage
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