First commit

This commit is contained in:
butomo1989
2016-12-22 14:29:57 +01:00
commit a5e009607e
18 changed files with 419 additions and 0 deletions
+17
View File
@@ -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