mirror of
https://github.com/romanz/amodem.git
synced 2026-04-21 05:36:42 +08:00
tox: fix indentation
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -6,9 +6,9 @@ deps=
|
|||||||
mock
|
mock
|
||||||
pep8
|
pep8
|
||||||
coverage
|
coverage
|
||||||
pylint
|
pylint
|
||||||
commands=
|
commands=
|
||||||
pep8 amodem/ scripts/ tests/ amodem-cli
|
pep8 amodem/ scripts/ tests/ amodem-cli
|
||||||
pylint --disable no-member --report=no amodem
|
pylint --disable no-member --report=no amodem
|
||||||
coverage run --source amodem/ -m py.test tests/
|
coverage run --source amodem/ -m py.test tests/
|
||||||
coverage report
|
coverage report
|
||||||
|
|||||||
Reference in New Issue
Block a user