mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-06 03:50:08 +02:00
add and check a simple readme, remove minversion, add some python/vim patterns to .gitignore
This commit is contained in:
parent
f09fa60a67
commit
d2e437a550
5 changed files with 87 additions and 24 deletions
|
@ -22,17 +22,15 @@ deps =
|
|||
flake8
|
||||
# pygments required by rst-lint
|
||||
pygments
|
||||
restructuredtext_lint
|
||||
restructuredtext_lint
|
||||
commands =
|
||||
flake8 src/deltachat
|
||||
flake8 tests/
|
||||
# {envpython} scripts/check-rst.py
|
||||
rst-lint --encoding 'utf-8' README.rst
|
||||
|
||||
[pytest]
|
||||
minversion = 2.0
|
||||
#--pyargs --doctest-modules --ignore=.tox
|
||||
python_files = tests/test_*.py
|
||||
norecursedirs = .tox ja .hg cx_freeze_source
|
||||
norecursedirs = .tox
|
||||
xfail_strict=true
|
||||
|
||||
[flake8]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue