1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-03 17:59:19 +02:00
deltachat-core/python/tests
holger krekel 515e5ebba7
replace travis with circle-ci, cleanup of build steps (#639)
Travis is getting slower and was already hard to debug. This commit: 

- moves from travis to Circle-CI
- has a ci-scripts/README.md which explains what is contained there
- puts all build and CI scripts into "ci_scripts" directory
- allows to run full ci runs locally
- trims down the base Docker image where tests/docs/wheels are run from 4.4GB to 1.7GB
- fixes #628

Using circle-ci also means that we can probably integrate Mac-OS build steps more easily.

I am sure that my initial circle-ci config (helped by kind hints from @dignifiedquire ) can be improved.
2019-04-01 09:45:56 +02:00
..
data - bump version 2018-10-06 21:37:05 +02:00
auditwheels.py replace travis with circle-ci, cleanup of build steps (#639) 2019-04-01 09:45:56 +02:00
conftest.py add account.get_info() 2019-03-21 12:22:19 +01:00
test_account.py add account.get_info() 2019-03-21 12:22:19 +01:00
test_increation.py Emit DC_EVENT_MSGS_CHANGED from dc_prepare_msg() 2019-03-19 12:34:14 +01:00
test_lowlevel.py generate DC_* constants in new deltachat.const module which are living as #define macros in deltachat.h. You can re-generate with "python src/deltachat/const.py". 2018-09-26 11:21:13 +02:00