mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-31 04:07:25 +00:00
First commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[nosetests]
|
||||
cover-xml=true
|
||||
cover-xml-file=coverage.xml
|
||||
with-coverage=true
|
||||
cover-package=service
|
||||
cover-erase=true
|
||||
with-xunit=true
|
||||
xunit-file=xunit.xml
|
||||
cover-html=true
|
||||
cover-html-dir=coverage
|
||||
|
||||
[pep257]
|
||||
inherit = false
|
||||
ignore = D100,D101,D102,D103,D104,D203
|
||||
|
||||
[flake8]
|
||||
max-line-length = 120
|
||||
Reference in New Issue
Block a user