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

- bump version

- add forgotten data file
- rename Chat.send_text_message to Chat.send_text
- add optional mime-type param to Chat.send_file
- properly install the package instead of "usedevelop" mode
This commit is contained in:
holger krekel 2018-10-06 19:13:36 +02:00
parent b6355176de
commit 5c3e41fcb5
7 changed files with 53 additions and 10 deletions

View file

@ -7,7 +7,6 @@ envlist =
[testenv]
commands = pytest -rsXx {posargs:tests}
usedevelop = True
passenv = TRAVIS
deps =
pytest