mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-06 03:50:08 +02:00
initial sphinx docs and many docstrings.
This commit is contained in:
parent
dd060d7cf2
commit
66d6621f93
19 changed files with 1277 additions and 27 deletions
|
@ -1,11 +1,10 @@
|
|||
[tox]
|
||||
minversion = 2.0
|
||||
distshare = {homedir}/.tox/distshare
|
||||
# make sure to update environment list in travis.yml and appveyor.yml
|
||||
envlist =
|
||||
py27
|
||||
py35
|
||||
lint
|
||||
doc
|
||||
|
||||
[testenv]
|
||||
commands = pytest {posargs:tests}
|
||||
|
@ -29,6 +28,17 @@ commands =
|
|||
flake8 tests/
|
||||
rst-lint --encoding 'utf-8' README.rst
|
||||
|
||||
[testenv:doc]
|
||||
usedevelop = True
|
||||
deps =
|
||||
sphinx
|
||||
|
||||
whitelist_externals = make
|
||||
changedir = doc
|
||||
commands =
|
||||
make html
|
||||
|
||||
|
||||
[pytest]
|
||||
python_files = tests/test_*.py
|
||||
norecursedirs = .tox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue