1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-06 03:50:08 +02:00

tox already cares for doc-building

This commit is contained in:
holger krekel 2018-09-26 12:05:04 +02:00
parent 1f4b024dc5
commit 2426df9bb8
2 changed files with 1 additions and 6 deletions

View file

@ -41,11 +41,6 @@ script:
- pip install tox - pip install tox
- ldd /usr/local/lib/x86_64-linux-gnu/libdeltachat.so - ldd /usr/local/lib/x86_64-linux-gnu/libdeltachat.so
- tox - tox
- pip install -e .
- pip install sphinx breathe
- cd doc
- make html
- cd ../..
deploy: deploy:
provider: script provider: script

View file

@ -2,7 +2,7 @@ from deltachat import capi, const
from deltachat.capi import ffi from deltachat.capi import ffi
from deltachat.account import Account # noqa from deltachat.account import Account # noqa
__version__ = "0.5.dev4" __version__ = "0.5.dev5"
_DC_CALLBACK_MAP = {} _DC_CALLBACK_MAP = {}