mirror of
https://github.com/budtmo/docker-android.git
synced 2025-12-08 18:25:50 +00:00
14 lines
218 B
INI
14 lines
218 B
INI
[nosetests]
|
|
cover-xml=true
|
|
cover-xml-file=coverage.xml
|
|
with-coverage=true
|
|
cover-package=src
|
|
cover-erase=true
|
|
with-xunit=true
|
|
xunit-file=xunit.xml
|
|
cover-html=true
|
|
cover-html-dir=coverage
|
|
|
|
[flake8]
|
|
max-line-length = 120
|