continuous integration goodies from rooterkyberian (#26)

* continuous integration goodies

* fixed test_address not running

* fixup `python setup.py test`

* fixup readme.rst formatting
This commit is contained in:
Maciej "RooTer" Urbański 2018-06-12 13:09:35 +02:00 committed by Michał Sałaban
parent 7176f3fa0f
commit 12e69da496
8 changed files with 107 additions and 1 deletions

15
.editorconfig Normal file
View file

@ -0,0 +1,15 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
charset = utf-8
max_line_length = 120
[*.yml]
indent_size = 2