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:
parent
1f4b024dc5
commit
2426df9bb8
2 changed files with 1 additions and 6 deletions
|
@ -41,11 +41,6 @@ script:
|
|||
- pip install tox
|
||||
- ldd /usr/local/lib/x86_64-linux-gnu/libdeltachat.so
|
||||
- tox
|
||||
- pip install -e .
|
||||
- pip install sphinx breathe
|
||||
- cd doc
|
||||
- make html
|
||||
- cd ../..
|
||||
|
||||
deploy:
|
||||
provider: script
|
||||
|
|
|
@ -2,7 +2,7 @@ from deltachat import capi, const
|
|||
from deltachat.capi import ffi
|
||||
from deltachat.account import Account # noqa
|
||||
|
||||
__version__ = "0.5.dev4"
|
||||
__version__ = "0.5.dev5"
|
||||
|
||||
|
||||
_DC_CALLBACK_MAP = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue